Update index.html
Browse files- index.html +7 -7
index.html
CHANGED
@@ -4,9 +4,9 @@
|
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
<title>Infer</title>
|
7 |
-
<link rel="stylesheet" href="styles.css" />
|
8 |
-
<link rel="icon" type="image/svg+xml" href="assets/favicon.svg" />
|
9 |
-
<link rel="icon" type="image/png" href="assets/favicon.png" />
|
10 |
</head>
|
11 |
<body>
|
12 |
<header class="main-header">
|
@@ -43,7 +43,7 @@
|
|
43 |
>
|
44 |
<span id="selectedModel">Runway Stable Diffusion v1.5</span>
|
45 |
<img
|
46 |
-
src="assets/arrow-down.svg"
|
47 |
alt="Dropdown arrow"
|
48 |
id="dropdown-arrow"
|
49 |
/>
|
@@ -75,7 +75,7 @@
|
|
75 |
|
76 |
<div class="upload-placeholder">
|
77 |
<img
|
78 |
-
src="assets/upload-icon.svg"
|
79 |
alt="Upload"
|
80 |
id="uploadIcon"
|
81 |
/>
|
@@ -141,7 +141,7 @@
|
|
141 |
style="margin-left: 0.5em"
|
142 |
/>
|
143 |
</div> -->
|
144 |
-
<script src="app.js"></script>
|
145 |
<div id="aboutOverlay" class="about-overlay" style="display:none;">
|
146 |
<div class="about-modal">
|
147 |
<button class="about-close" id="aboutCloseBtn" aria-label="Close About">×</button>
|
@@ -159,4 +159,4 @@
|
|
159 |
</div>
|
160 |
</div>
|
161 |
</body>
|
162 |
-
</html>
|
|
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
<title>Infer</title>
|
7 |
+
<link rel="stylesheet" href="static/styles.css" />
|
8 |
+
<link rel="icon" type="image/svg+xml" href="static/assets/favicon.svg" />
|
9 |
+
<link rel="icon" type="image/png" href="static/assets/favicon.png" />
|
10 |
</head>
|
11 |
<body>
|
12 |
<header class="main-header">
|
|
|
43 |
>
|
44 |
<span id="selectedModel">Runway Stable Diffusion v1.5</span>
|
45 |
<img
|
46 |
+
src="static/assets/arrow-down.svg"
|
47 |
alt="Dropdown arrow"
|
48 |
id="dropdown-arrow"
|
49 |
/>
|
|
|
75 |
|
76 |
<div class="upload-placeholder">
|
77 |
<img
|
78 |
+
src="static/assets/upload-icon.svg"
|
79 |
alt="Upload"
|
80 |
id="uploadIcon"
|
81 |
/>
|
|
|
141 |
style="margin-left: 0.5em"
|
142 |
/>
|
143 |
</div> -->
|
144 |
+
<script src="static/app.js"></script>
|
145 |
<div id="aboutOverlay" class="about-overlay" style="display:none;">
|
146 |
<div class="about-modal">
|
147 |
<button class="about-close" id="aboutCloseBtn" aria-label="Close About">×</button>
|
|
|
159 |
</div>
|
160 |
</div>
|
161 |
</body>
|
162 |
+
</html>
|