Skip to content

Commit

Permalink
create build version page
Browse files Browse the repository at this point in the history
  • Loading branch information
thanpolas committed Oct 27, 2013
1 parent 6e73447 commit 7d077d2
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
29 changes: 29 additions & 0 deletions build.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Mantri • ember.js • TodoMVC</title>
<link rel="stylesheet" href="assets/base.css">
<link rel="stylesheet" href="css/app.css">
<!--[if IE]>
<script src="assets/ie.js"></script>
<![endif]-->
</head>
<body>
<small><a href="/">Go to devel version"</a></small>
<section id="todoapp"></section>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>
Created by
<a href="http://github.com/tomdale">Tom Dale</a>,
<a href="http://github.com/stas">Стас Сушков</a>
<br />
Mantri authoring by <a href="http://github.com/thanpolas">Thanasis Polychronakis</a>
</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="js/dist/build.js"></script>
</body>
</html>
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<![endif]-->
</head>
<body>
<small><a href="/build.html">Go to build (compiled) version"</a></small>
<section id="todoapp"></section>
<footer id="info">
<p>Double-click to edit a todo</p>
Expand Down

0 comments on commit 7d077d2

Please sign in to comment.