mirror of
https://github.com/speice-io/isomorphic-rust
synced 2024-11-22 16:08:55 -05:00
12 lines
213 B
HTML
12 lines
213 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Hello World!</title>
|
|
<link rel="stylesheet" href="index.css" />
|
|
</head>
|
|
<body></body>
|
|
|
|
<script src="./bundle.js"></script>
|
|
</html>
|