temporeest
Version:
22 lines (19 loc) • 569 B
HTML
<html lang="en" data-framework="aphrodite">
<head>
<meta charset="utf-8" />
<title>Aphrodite • TodoMVC</title>
<link href='base.css' rel='stylesheet' type='text/css'>
</link>
<link href='style.css' rel='stylesheet' type='text/css'>
</link>
</head>
<body>
<section class="todoapp" id="container"></section>
<footer class="info">
<p>Double-click to edit a todo</p>
<p>Written by <a href="http://github.com/tantaman">Matthew Wonlaw</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
</body>
</html>