mirror of
https://github.com/speice-io/isomorphic-rust
synced 2025-07-01 05:46:02 -04:00
Get most of yew in place
Doesn't actually run though...
This commit is contained in:
11
percy/static/index.html
Normal file
11
percy/static/index.html
Normal file
@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title></title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root">Loading...</div>
|
||||
</body>
|
||||
<script src="./bundle.js"/>
|
||||
</html>
|
Reference in New Issue
Block a user