Add simple yew frontend

This commit is contained in:
Marko Korhonen 2020-04-13 17:48:42 +03:00
parent a0e8cfe5f9
commit bbaf01dafe
No known key found for this signature in database
GPG key ID: 911B85FBC6003FE5
26 changed files with 711 additions and 31 deletions

View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Thesis</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body>
<script src="app.js"></script>
</body>
</html>