yew: initial todo app skeleton
This commit is contained in:
parent
4ed90a4403
commit
e439bddad0
7 changed files with 7874 additions and 0 deletions
12
index.html
Normal file
12
index.html
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue