yew: initial todo app skeleton

This commit is contained in:
Vladan Popovic 2022-10-23 03:22:33 +02:00
parent 4ed90a4403
commit e439bddad0
7 changed files with 7874 additions and 0 deletions

12
index.html Normal file
View file

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>Todo app with hasura and yew frontend</title>
<style>
.menu a {
padding: 5px;
};
</style>
</head>
</html>