isomorphic-rust/yew/static/index.html

12 lines
213 B
HTML
Raw Permalink Normal View History

2018-08-26 00:59:17 -04:00
<!DOCTYPE html>
<html>
<head>
2020-07-24 14:52:42 -04:00
<meta charset="UTF-8" />
<title>Hello World!</title>
<link rel="stylesheet" href="index.css" />
2018-08-26 00:59:17 -04:00
</head>
2020-07-24 14:52:42 -04:00
<body></body>
<script src="./bundle.js"></script>
2018-08-26 00:59:17 -04:00
</html>