mirror of
https://github.com/speice-io/isomorphic-rust
synced 2025-07-02 14:26:10 -04:00
Clean up the yew
example
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
<!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>
|
||||
<div id="root">Loading...</div>
|
||||
</body>
|
||||
<script src="./bundle.js"/>
|
||||
<body></body>
|
||||
|
||||
<script src="./bundle.js"></script>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user