Add listings
This commit is contained in:
+3
-24
@@ -3,27 +3,6 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Learn Enough Python Sample App | {{ page_title }}</title>
|
||||
<link rel="stylesheet" type="text/css" href="/static/stylesheets/main.css">
|
||||
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400"
|
||||
rel="stylesheet">
|
||||
</head>
|
||||
<body>
|
||||
<a href="/" class="header-logo">
|
||||
<img src="/static/images/logo_b.png" alt="Learn Enough logo">
|
||||
</a>
|
||||
<div class="container">
|
||||
<header class="header">
|
||||
<nav>
|
||||
<ul class="header-nav">
|
||||
<li><a href="/">Home</a></li>
|
||||
<li><a href="/palindrome">Is It a Palindrome?</a></li>
|
||||
<li><a href="/about">About</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<div class="content">
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
.
|
||||
.
|
||||
.
|
||||
|
||||
Reference in New Issue
Block a user