-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
19 lines (19 loc) · 1.15 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ************************************************************************************************************** -->
<meta charset="UTF-8" />
<!-- ************************************************************************************************************** -->
<link type="text/css" href="/styles/style.css.min" />
<!-- ************************************************************************************************************** -->
<meta name="viewport" content="width=device-width,initial-scale=1.0" />
<!-- ************************************************************************************************************** -->
<title>MpeLibJs</title>
<!-- ************************************************************************************************************** -->
</head>
<body>
<!-- ************************************************************************************************************** -->
<script type="module" src="/main.ts"></script>
<!-- ************************************************************************************************************** -->
</body>
</html>