Files
infinifi/web/index.html

13 lines
185 B
HTML

<!doctype html>
<html>
<head>
<title>infinifi</title>
</head>
<body>
<main>
<p>test</p>
</main>
<script type="text/javascript" src="/script.js"></script>
</body>
</html>