Spaces:
Running
Running
it still doesnt work
Browse files- dashboard.html +1 -2
- index.html +16 -14
- login.html +1 -2
dashboard.html
CHANGED
|
@@ -7,8 +7,7 @@
|
|
| 7 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
-
|
| 11 |
-
<style>
|
| 12 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
| 13 |
body {
|
| 14 |
font-family: 'Inter', sans-serif;
|
|
|
|
| 7 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
+
<style>
|
|
|
|
| 11 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
| 12 |
body {
|
| 13 |
font-family: 'Inter', sans-serif;
|
index.html
CHANGED
|
@@ -7,9 +7,9 @@
|
|
| 7 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
-
<script src="https://cdn.jsdelivr.net/npm/
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 12 |
-
|
| 13 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
| 14 |
body {
|
| 15 |
font-family: 'Inter', sans-serif;
|
|
@@ -131,18 +131,20 @@
|
|
| 131 |
closeMobileMenu.addEventListener('click', () => {
|
| 132 |
mobileMenu.classList.add('hidden');
|
| 133 |
});
|
| 134 |
-
|
| 135 |
-
|
| 136 |
-
|
| 137 |
-
|
| 138 |
-
|
| 139 |
-
|
| 140 |
-
|
| 141 |
-
|
| 142 |
-
|
| 143 |
-
|
| 144 |
-
|
|
|
|
|
|
|
| 145 |
});
|
| 146 |
-
|
| 147 |
</body>
|
| 148 |
</html>
|
|
|
|
| 7 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
+
<script src="https://cdn.jsdelivr.net/npm/three@0.132.2/build/three.min.js"></script>
|
| 11 |
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.globe.min.js"></script>
|
| 12 |
+
<style>
|
| 13 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
| 14 |
body {
|
| 15 |
font-family: 'Inter', sans-serif;
|
|
|
|
| 131 |
closeMobileMenu.addEventListener('click', () => {
|
| 132 |
mobileMenu.classList.add('hidden');
|
| 133 |
});
|
| 134 |
+
document.addEventListener('DOMContentLoaded', function() {
|
| 135 |
+
VANTA.GLOBE({
|
| 136 |
+
el: "#vanta-bg",
|
| 137 |
+
mouseControls: true,
|
| 138 |
+
touchControls: true,
|
| 139 |
+
gyroControls: false,
|
| 140 |
+
minHeight: 200.00,
|
| 141 |
+
minWidth: 200.00,
|
| 142 |
+
scale: 1.00,
|
| 143 |
+
scaleMobile: 1.00,
|
| 144 |
+
color: 0x3a86ff,
|
| 145 |
+
backgroundColor: 0x0
|
| 146 |
+
});
|
| 147 |
});
|
| 148 |
+
</script>
|
| 149 |
</body>
|
| 150 |
</html>
|
login.html
CHANGED
|
@@ -7,8 +7,7 @@
|
|
| 7 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
-
|
| 11 |
-
<style>
|
| 12 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
| 13 |
body {
|
| 14 |
font-family: 'Inter', sans-serif;
|
|
|
|
| 7 |
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
|
| 8 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 9 |
<script src="https://unpkg.com/feather-icons"></script>
|
| 10 |
+
<style>
|
|
|
|
| 11 |
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
|
| 12 |
body {
|
| 13 |
font-family: 'Inter', sans-serif;
|