generated from UC-Technologies/reactjs-website
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
57 lines (48 loc) · 1.51 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Developed by Posua Website Team -->
<!--Fonts
-->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<!-- Alata Font -->
<link
href="https://fonts.googleapis.com/css2?family=Alata&display=swap"
rel="stylesheet"
/>
<link
href="https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Alata&family=DM+Serif+Display:ital@0;1&family=Outfit:wght@100..900&display=swap"
rel="stylesheet"
/>
<!-- DM SERIF DISPLAY FONT -->
<link
href="https://fonts.googleapis.com/css2?family=DM+Serif+Display&display=swap"
rel="stylesheet"
/>
<!-- DM Serif text font -->
<link
href="https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap"
rel="stylesheet"
/>
<!-- Philospher font -->
<link
href="https://fonts.googleapis.com/css2?family=Philosopher&display=swap"
rel="stylesheet"
/>
<!---->
<link
rel="icon"
type="icon"
href="https://res.cloudinary.com/dp92qug2f/image/upload/v1711288702/rangoli_404_posua_d0je3u.png"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Posua 2024" />
<title>POSUA</title>
</head>
<body style="min-height: 100vh">
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>