rust-dominator/examples/counter/dist/index.html

11 lines
182 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>rust-dominator • Counter</title>
</head>
<body>
2020-03-11 09:23:41 -04:00
<script src="js/index.js"></script>
</body>
</html>