Add a minimal and plain stdweb example

This commit is contained in:
2018-09-08 23:38:34 -04:00
parent ab6e31770d
commit 5cb79f2828
27 changed files with 16026 additions and 17 deletions

11
stdweb/static/index.html Normal file
View File

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