no more omit

This commit is contained in:
Bel LaPointe
2021-03-12 07:35:02 -06:00
parent 21ab31b30d
commit bfa51bce7b
4 changed files with 121 additions and 4 deletions

10
src/client/index.html Normal file
View File

@@ -0,0 +1,10 @@
<html>
<head>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
<link rel="stylesheet" href="css.css">
<script src="js.js"></script>
</head>
<body>
<h1>Hello, world</h1>
</body>
</html>