mirror of
https://github.com/speice-io/isomorphic-rust
synced 2026-01-11 14:41:04 -05:00
Update the stdweb example
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user