Files
infinifi/web/index.html

13 lines
185 B
HTML
Raw Normal View History

2024-07-20 17:09:22 +01:00
<!doctype html>
<html>
<head>
<title>infinifi</title>
</head>
<body>
<main>
<p>test</p>
</main>
<script type="text/javascript" src="/script.js"></script>
</body>
</html>