blob: f5eea51d928a6220df9223c970391806bd58e241 [file] [log] [blame]
<!doctype html>
<html lang="en" data-framework="preact">
<head>
<meta charset="utf-8">
<title>Preact TodoMVC example</title>
<link rel="stylesheet" href="todomvc-common/base.css">
<link rel="stylesheet" href="todomvc.css">
</head>
<body>
<section class="todoapp"></section>
<footer class="info">
<p>Double-click to edit a todo</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="app.js"></script>
</body>
</html>