mirror of https://github.com/xwiki-labs/cryptpad
Change title and footer
This commit is contained in:
parent
f5454f232a
commit
5c07eac4de
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue