-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (22 loc) · 867 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://rsms.me/inter/inter.css">
<base href='loosand.top'>
<script src="https://unpkg.com/imagesloaded@5/imagesloaded.pkgd.js"></script>
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css"
/>
<!-- <link href="https://cdn.jsdelivr.net/npm/[email protected]/fonts/remixicon.css" rel="stylesheet">-->
<title>Coding Bay</title>
</head>
<body>
<div class="bg dark:hidden md:bg-line pt-64 -z-50 w-full h-screen fixed"></div>
<div class='dark:bg-slate-800 min-h-screen' id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>