32 lines
927 B
HTML
32 lines
927 B
HTML
<!doctype html>
|
|
<html lang="en" data-framework="omi">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Omi • TodoMVC</title>
|
|
<link rel="stylesheet" href="lib/todomvc-common/base.css">
|
|
<link rel="stylesheet" href="lib/todomvc-app-css/index.css">
|
|
</head>
|
|
<body>
|
|
<section id="todoapp">
|
|
</section>
|
|
|
|
<footer id="info">
|
|
<p>Double-click to edit a todo</p>
|
|
<p>Created by <a href="https://github.com/dntzhang">dntzhang</a></p>
|
|
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
|
|
</footer>
|
|
|
|
<a href="https://github.com/AlloyTeam/omi/tree/master/todomvc" target="_blank" style="position: absolute; right: 0; top: 0;">
|
|
<img src="../asset/github.png" alt="" />
|
|
</a>
|
|
|
|
<!-- TODOMVC PROJECT BASE -->
|
|
<script src="lib/todomvc-common/base.js"></script>
|
|
|
|
<!-- PUREMVC LIBRARY -->
|
|
<!--<script src="node_modules/alloynuclear/dist/omi.js"></script>-->
|
|
|
|
<!-- APPLICATION -->
|
|
<script src="bundler.js"></script>
|
|
</body>
|
|
</html> |