enterprise/examples/todomvc/static/index.html
2020-02-20 18:43:45 -06:00

11 lines
226 B
HTML

<!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>