GreenMoood commited on
Commit
79b52d6
·
verified ·
1 Parent(s): 2eb6ae2

it still doesnt work

Browse files
Files changed (3) hide show
  1. dashboard.html +1 -2
  2. index.html +16 -14
  3. 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
- <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
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/feather-icons/dist/feather.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,18 +131,20 @@
131
  closeMobileMenu.addEventListener('click', () => {
132
  mobileMenu.classList.add('hidden');
133
  });
134
- VANTA.GLOBE({
135
- el: "#vanta-bg",
136
- mouseControls: true,
137
- touchControls: true,
138
- gyroControls: false,
139
- minHeight: 200.00,
140
- minWidth: 200.00,
141
- scale: 1.00,
142
- scaleMobile: 1.00,
143
- color: 0x3a86ff,
144
- backgroundColor: 0x0
 
 
145
  });
146
- </script>
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
- <script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
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;