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

15 lines
445 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="index.js"></script>
</body>
</html>