mirror of
https://github.com/speice-io/isomorphic-rust
synced 2025-07-01 22:06:04 -04: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