Clean up the yew example

This commit is contained in:
2020-07-24 14:52:42 -04:00
parent bbc881c0e1
commit 83d5e098d9
27 changed files with 3270 additions and 13831 deletions

View File

@ -1,11 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<meta charset="UTF-8" />
<title>Hello World!</title>
<link rel="stylesheet" href="index.css" />
</head>
<body>
<div id="root">Loading...</div>
</body>
<script src="./bundle.js"/>
<body></body>
<script src="./bundle.js"></script>
</html>