elmadany commited on
Commit
9758823
·
verified ·
1 Parent(s): abca840

Update public/index.html

Browse files
Files changed (1) hide show
  1. public/index.html +7 -0
public/index.html CHANGED
@@ -10,6 +10,13 @@
10
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Rubik:wght@500;600;700;800&display=swap" rel="stylesheet">
12
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
 
 
 
 
 
 
 
13
 
14
  <style>
15
  :root {
 
10
  <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
11
  <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&family=Rubik:wght@500;600;700;800&display=swap" rel="stylesheet">
12
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
13
+ <script src="https://cdn.tailwindcss.com"></script>
14
+
15
+ <script crossorigin src="https://unpkg.com/react@18/umd/react.development.js"></script>
16
+ <script crossorigin src="https://unpkg.com/react-dom@18/umd/react-dom.development.js"></script>
17
+
18
+ <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
19
+
20
 
21
  <style>
22
  :root {