Attempt both Yew and Web-View

This commit is contained in:
2018-08-26 00:59:17 -04:00
parent 26509b50e7
commit 3809114c7f
26 changed files with 8568 additions and 3 deletions

View File

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<div id="root">Loading...</div>
</body>
<script src="./bundle.js"/>
</html>