2022-09-16 17:18:15 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-12-16 12:56:39 +00:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2023-10-04 06:36:35 +00:00
|
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
|
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
|
|
<meta http-equiv="Expires" content="0">
|
2022-12-16 12:56:39 +00:00
|
|
|
<title>InvokeAI - A Stable Diffusion Toolkit</title>
|
|
|
|
<link rel="shortcut icon" type="icon" href="favicon.ico" />
|
2023-03-06 09:02:40 +00:00
|
|
|
<style>
|
|
|
|
html,
|
|
|
|
body {
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
</style>
|
2022-12-16 12:56:39 +00:00
|
|
|
</head>
|
2022-10-03 16:15:26 +00:00
|
|
|
|
2023-03-06 09:02:40 +00:00
|
|
|
<body dir="ltr">
|
2022-12-16 12:56:39 +00:00
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|