-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1001 Bytes
/
index.html
File metadata and controls
30 lines (27 loc) · 1001 Bytes
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="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://fonts.gstatic.com/" crossorigin />
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet" />
<link rel="icon"
href="https://res.cloudinary.com/drghk9p6q/image/upload/v1673450803/Final-Project-MERN/Logo/logoLoader_hirrc9.webp">
<title>Orpheus</title>
<style>
@font-face {
font-family: BoldblasterRegular;
src: url("font/BoldblasterRegular-2OBjK.otf") format("opentype");
}
@font-face {
font-family: BoldblasterItalic;
src: url("font/BoldblasterItalic-K7pMp.otf") format("opentype");
}
</style>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>