isomorphic-rust/yew/static/index.html
Bradlee Speice ab6e31770d Get most of yew in place
Doesn't actually run though...
2018-09-08 22:36:48 -04:00

12 lines
182 B
HTML

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