Domify commited on
Commit
7573b1e
·
verified ·
1 Parent(s): 75eaf06

Delete index.html

Browse files
Files changed (1) hide show
  1. index.html +0 -26
index.html DELETED
@@ -1,26 +0,0 @@
1
- <!doctype html>
2
- <html lang="en">
3
-
4
- <head>
5
- <meta charset="UTF-8" />
6
- <meta
7
- name="viewport"
8
- content="width=device-width, initial-scale=1.0, maximum-scale=1" />
9
- <title>Domify Academy Super Bot</title>
10
- <!-- THIS IS THE START OF A COMMENT BLOCK, BLOCK TO BE DELETED: Google Fonts here, example:
11
- <link rel="preconnect" href="https://fonts.googleapis.com" />
12
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
13
- <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet" />
14
- THIS IS THE END OF A COMMENT BLOCK, BLOCK TO BE DELETED -->
15
- </head>
16
-
17
- <body>
18
- <div id="root"></div>
19
- <script type="module" src="/src/main.tsx"></script>
20
- <script
21
- defer
22
- src="%VITE_ANALYTICS_ENDPOINT%/umami"
23
- data-website-id="%VITE_ANALYTICS_WEBSITE_ID%"></script>
24
- </body>
25
-
26
- </html>