tuxman/client/index.html

9 lines
173 B
HTML
Raw Normal View History

2023-06-13 03:47:43 +00:00
<html>
<head>
<link rel="stylesheet" href="/css/main.css"/>
</head>
<body>
<script src="/js/main.js" type="module"></script>
</body>
</html>