-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (30 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.ico" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Merienda" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" />
<link rel="stylesheet" href="/css/video-react.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>DOSTEAn</title>
<style>
* {
font-family:'Roboto';
}
.fontmerienda {
font-family: "Merienda", "Segoe UI", "Tahoma", "Geneva", "Verdana", "sans-serif";
}
.Bantayog {
font-family: Bantayog reguler;
}
.Allura {
font-family: Allura;
}
</style>
</head>
<body>
<div id="root" class="w-screen min-w-[360px]"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>