isomorphic-rust/stdweb/static/index.html

14 lines
234 B
HTML
Raw Normal View History

2018-09-08 23:38:34 -04:00
<!DOCTYPE html>
<html>
<head>
2020-07-24 14:37:15 -04:00
<meta charset="UTF-8">
<title>Hello World!</title>
<link rel="stylesheet" href="index.css">
2018-09-08 23:38:34 -04:00
</head>
<body>
<p>Loading...</p>
</body>
2020-07-24 14:37:15 -04:00
<script src="./bundle.js"></script>
2018-09-08 23:38:34 -04:00
</html>