tock/public/index.html

9 lines
157 B
HTML
Raw Normal View History

<html>
<head>
<title>Hello, world!</title>
<script src="/js/main.js"></script>
</head>
<body>
Hello!!
</body>
</html>