rust-dominator/examples/stdweb/todomvc/static/index.html

15 lines
429 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>rust-dominator • TodoMVC</title>
<link rel="stylesheet" href="lib/todomvc-common/base.css">
<link rel="stylesheet" href="lib/todomvc-app-css/index.css">
</head>
<body>
<script src="lib/todomvc-common/base.js"></script>
<script src="todomvc.js"></script>
</body>
</html>