Get most of yew in place

Doesn't actually run though...
This commit is contained in:
2018-09-08 22:36:48 -04:00
parent 65b7367258
commit ab6e31770d
44 changed files with 431 additions and 1972754 deletions

11
yew/static/index.html Normal file
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>