summaryrefslogtreecommitdiff
path: root/index.html
blob: 7386e8e3a502d3ac22d27ebd85cca9591552c673 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title></title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="data:image/x-icon;," type="image/x-icon">
</head>

<body>
</body>

<script type="module" src="preloader.js"></script>
<script type="module" src="index.js"></script>
</html>