timelimit-server-ui/src/index.html
2022-07-25 02:00:00 +02:00

13 lines
255 B
HTML

<html>
<head>
<title>TimeLimit Admin</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="container">
<div id="app"></div>
</div>
<script src="./index.ts" type="module"></script>
</body>
</html>