-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (19 loc) · 746 Bytes
/
index.html
File metadata and controls
20 lines (19 loc) · 746 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" />
<title>WinDOMs 97</title>
<link rel="icon" href="data:;base64,iVBORwOKGO=" />
<link rel="stylesheet" type="text/css" href="./animations.css" />
<link rel="stylesheet" type="text/css" href="./base.css" />
<link rel="stylesheet" type="text/css" href="./colors.css" />
<link rel="stylesheet" type="text/css" href="./fonts.css" />
<link rel="stylesheet" type="text/css" href="./layout.css" />
<link rel="stylesheet" type="text/css" href="./reset.css" />
<script src="./src/index.tsx" type="module"></script>
</head>
<body>
<div class="root" id="root"></div>
</body>
</html>