-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (20 loc) · 916 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
24
<!DOCTYPE html>
<html lang="en" class="min-h-[100%]">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Edit videos in Vim style">
<title>VimVid</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Alumni+Sans+Pinstripe&family=Forum&family=Nunito+Sans:wght@200&family=Poppins:wght@200;700&family=Rufina:wght@400;700&display=swap"
rel="stylesheet">
</head>
<body
class="bg-gradient-to-b from-slate-300 from-20% dark:from-10% dark:from-slate-800 to-slate-500 dark:to-slate-600 w-full bg-no-repeat transition-[height] relative">
<div class="" id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>