mirror of
https://github.com/speice-io/isomorphic-rust
synced 2024-11-22 16:08:55 -05:00
14 lines
234 B
HTML
14 lines
234 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<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>
|
|
</html>
|