InvokeAI/invokeai/frontend/web/dist/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

24 lines
607 B
HTML
Raw Normal View History

2023-02-10 01:12:21 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<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" />
2023-03-06 09:02:40 +00:00
<style>
html,
body {
padding: 0;
margin: 0;
}
</style>
2023-03-12 09:12:18 +00:00
<script type="module" crossorigin src="./assets/index-e1f916bd.js"></script>
2023-03-06 09:02:40 +00:00
<link rel="stylesheet" href="./assets/index-5483945c.css">
2023-02-10 01:12:21 +00:00
</head>
2023-03-06 09:02:40 +00:00
<body dir="ltr">
2023-02-10 01:12:21 +00:00
<div id="root"></div>
</body>
</html>