humanvprojectceo commited on
Commit
ec8ead7
·
verified ·
1 Parent(s): 3149fe3

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -38
index.html CHANGED
@@ -4,46 +4,9 @@
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
6
  <title>سامانه تاپ دانش</title>
7
- <link rel="stylesheet" href="styles.css">
8
-
9
- <!-- بارگذاری مطمئن و پایدار فریم‌ورک‌ها از بسته‌های تست شده CDN عمومی -->
10
- <script src="https://unpkg.com/react@18/umd/react.production.min.js" crossorigin></script>
11
- <script src="https://unpkg.com/react-dom@18/umd/react-dom.production.min.js" crossorigin></script>
12
- <script src="https://unpkg.com/@babel/standalone/babel.min.js"></script>
13
- <script src="https://cdn.tailwindcss.com"></script>
14
- <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
15
-
16
- <!-- پیکربندی پالت رنگی اختصاصی لوکس بومی برای طراحی مدرن -->
17
- <script>
18
- tailwind.config = {
19
- theme: {
20
- extend: {
21
- colors: {
22
- navy: {
23
- 800: '#1e293b',
24
- 900: '#0f172a',
25
- },
26
- turquoise: {
27
- 600: '#0d9488',
28
- 700: '#0f766e',
29
- },
30
- amberGold: {
31
- 500: '#f59e0b',
32
- 600: '#d97706',
33
- }
34
- }
35
- }
36
- }
37
- }
38
- </script>
39
  </head>
40
  <body class="bg-slate-50 text-slate-800">
41
-
42
- <!-- لایه اتصال رندر ری‌اکت -->
43
  <div id="root"></div>
44
-
45
- <!-- بارگذاری کدهای رابط کاربری اصلی -->
46
- <script type="text/babel" src="app.js"></script>
47
-
48
  </body>
49
  </html>
 
4
  <meta charset="UTF-8">
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
6
  <title>سامانه تاپ دانش</title>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  </head>
8
  <body class="bg-slate-50 text-slate-800">
 
 
9
  <div id="root"></div>
10
+ <script type="module" src="/main.tsx"></script>
 
 
 
11
  </body>
12
  </html>