enterprise/examples/todomvc/static/index.html

12 lines
226 B
HTML
Raw Normal View History

2020-02-21 00:43:45 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>what the Hek</title>
</head>
<body>
<div id="app"></div>
<script src="todomvc.js"></script>
</body>
</html>