Change title and footer

This commit is contained in:
Nicolas Lemoine 2017-07-23 15:08:27 +03:00
parent f5454f232a
commit 5c07eac4de
1 changed files with 2 additions and 5 deletions

View File

@ -2,7 +2,7 @@
<html lang="en" data-framework="javascript">
<head>
<meta charset="utf-8">
<title>VanillaJS • TodoMVC</title>
<title>Crypt Todo</title>
<link rel="stylesheet" href="assets/todomvc-common/base.css">
<link rel="stylesheet" href="assets/todomvc-app-css/index.css">
</head>
@ -34,10 +34,7 @@
</footer>
</section>
<footer class="info">
<p>Double-click to edit a todo</p>
<p>Created by <a href="http://twitter.com/oscargodson">Oscar Godson</a></p>
<p>Refactored by <a href="https://github.com/cburgmer">Christoph Burgmer</a></p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script src="assets/todomvc-common/base.js"></script>
<script src="js/helpers.js"></script>