slightly better (but still temporary) frontend and /api

This commit is contained in:
mat 2020-09-03 19:18:43 -03:00
parent 758e2ef7e2
commit 4635778e0d
7 changed files with 100 additions and 44 deletions

14
public/index.html Normal file
View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Index</title>
</head>
<body>
<h1>Hi</h1>
</body>
</html>