1<!DOCTYPE html>
2<html>
3<head>
4    <meta http-equiv="cache-control" content="no-cache"/>
5    <meta http-equiv="Pragma" content="no-cache"/>
6    <title>Ap Profdump</title>
7    <style>
8        * {
9            box-sizing: border-box;
10        }
11
12        html,
13        body {
14            height: 100%;
15            margin: 0;
16            padding: 0;
17            overflow: hidden;
18        }
19    </style>
20</head>
21<body>
22<script src="./index.js" type="module"></script>
23</body>
24</html>
25