mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
chore(ui): build frontend
This commit is contained in:
13
invokeai/frontend/web/dist/index.html
vendored
13
invokeai/frontend/web/dist/index.html
vendored
@ -5,11 +5,18 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>InvokeAI - A Stable Diffusion Toolkit</title>
|
||||
<link rel="shortcut icon" type="icon" href="./assets/favicon-0d253ced.ico" />
|
||||
<script type="module" crossorigin src="./assets/index-4543bfbe.js"></script>
|
||||
<link rel="stylesheet" href="./assets/index-1ee4e1fb.css">
|
||||
<style>
|
||||
html,
|
||||
body {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
}
|
||||
</style>
|
||||
<script type="module" crossorigin src="./assets/index-6f7e626f.js"></script>
|
||||
<link rel="stylesheet" href="./assets/index-5483945c.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<body dir="ltr">
|
||||
<div id="root"></div>
|
||||
|
||||
</body>
|
||||
|
Reference in New Issue
Block a user