Files
web-view/examples/todo-ps/index.html
2018-01-21 07:36:31 +01:00

11 lines
203 B
HTML

<!doctype html>
<html>
<head>
<title>Rust / PureScript - Todo App</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<script src="dist/app.js"></script>
</body>
</html>