-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (40 loc) · 1.91 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en" className="scrollbar-thin">
<head>
<meta charSet="utf-8" />
<link rel="icon" href="/logo.ico" />
<meta
name="viewport"
content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=0, minimum-scale=1.0, maximum-scale=1.0"
/>
<meta name="theme-color" content="#000000" />
<meta
name="google-site-verification"
content="CXXaBILjO3rJQyBfsHx6zWpSB6fGP3qlwsqFYiprejU"
/>
<meta
name="description"
content="Là một lựa chọn tối ưu, từ một bộ học cụ có thể tạo ra các loại hình học từ hình học phẳng đến hình học không gian"
/>
<meta
http-equiv="Content-Security-Policy"
content="upgrade-insecure-requests"
/>
<link rel="apple-touch-icon" href="/logo.ico" />
<link rel="manifest" href="/manifest.json" />
<!-- <script src="http://localhost:8097"></script> -->
<title>Mathmystic</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="use-credentials" />
<link
href="https://fonts.googleapis.com/css2?family=Inter:[email protected]&family=Lora:ital,wght@0,400..700;1,400..700&family=Manrope:[email protected]&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:[email protected]&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap"
rel="stylesheet"
/>
<script src="https://aframe.io/releases/0.7.0/aframe.min.js"></script>
<script src="https://rawgit.com/jeromeetienne/ar.js/master/aframe/build/aframe-ar.js"></script>
</head>
<body >
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>