-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (20 loc) · 782 Bytes
/
Copy pathindex.html
File metadata and controls
20 lines (20 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="preconnect" href="https://www.youtube.com" />
<link rel="preconnect" href="https://redirector.googlevideo.com" />
<!--
Why "Kira"?: Some of the code here was borrowed from another private project of mine
named "Lyra." It is a YouTube frontend for Android. The name "Lyra" comes from
my obsession with astronomy, and Lyra is a constellation. While Kira doesn't have
any astronomical significance, I wanted to keep the name similar to Lyra.
-->
<title>Kira</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>