Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -178,6 +178,7 @@
|
|
178 |
|
179 |
}
|
180 |
</script>
|
|
|
181 |
<title>Can I run it? - LLM VRAM Calculator</title>
|
182 |
</head>
|
183 |
<body class="p-8">
|
@@ -566,6 +567,5 @@
|
|
566 |
defer
|
567 |
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"
|
568 |
></script>
|
569 |
-
<script defer src="https://cdn.tailwindcss.com"></script>
|
570 |
</body>
|
571 |
</html>
|
|
|
178 |
|
179 |
}
|
180 |
</script>
|
181 |
+
<link href="./styles.css" rel="stylesheet">
|
182 |
<title>Can I run it? - LLM VRAM Calculator</title>
|
183 |
</head>
|
184 |
<body class="p-8">
|
|
|
567 |
defer
|
568 |
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/cdn.min.js"
|
569 |
></script>
|
|
|
570 |
</body>
|
571 |
</html>
|