mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
b8e4c13746
Co-Authored-By: psychedelicious <4822129+psychedelicious@users.noreply.github.com>
16 lines
370 B
HTML
16 lines
370 B
HTML
<!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="favicon.ico" />
|
|
</head>
|
|
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
|
|
</html> |