Update the stdweb example

This commit is contained in:
2020-07-24 14:37:15 -04:00
parent b9223f39db
commit bbc881c0e1
17 changed files with 2922 additions and 5786 deletions

View File

@ -1,11 +1,13 @@
<!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>
<p>Loading...</p>
</body>
<script src="./bundle.js"/>
<script src="./bundle.js"></script>
</html>