|
@@ -1,5 +1,6 @@
|
|
|
<!DOCTYPE html>
|
|
|
<html lang="en">
|
|
|
+<!-- id='test' to test something! -->
|
|
|
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
@@ -14,9 +15,9 @@
|
|
|
<div class="container">
|
|
|
|
|
|
<div class="row">
|
|
|
- <div class="col-md-6 col-md-offset-3 jumbotron">
|
|
|
+ <div class="col-md-6 col-md-offset-3 jumbotron" id='id_top_banner'>
|
|
|
<div class="text-center">
|
|
|
- <h1>{% block header_text %}{% endblock %}</h1>
|
|
|
+ <a id='main_text' href="http://localhost:8000/">{% block header_text %}{% endblock %}</a>
|
|
|
<form method="POST" action="{% block form_action %}{% endblock %}">
|
|
|
<input name="item_text" id="id_new_item"
|
|
|
class="form-control input-lg"
|
|
@@ -34,6 +35,14 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
|
|
|
+ <div class="row">
|
|
|
+ <div class="col-md-6 col-md-offset-3">
|
|
|
+ <div class="text-center">
|
|
|
+ <h4><a href="http://localhost:8000/lists/3/">todo.beanzilla.net/lists/3/</a></h4>
|
|
|
+ <p>By: Beanzilla</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+
|
|
|
</div>
|
|
|
</body>
|
|
|
</html>
|