You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
904 B
35 lines
904 B
<!DOCTYPE html> |
|
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en" > <![endif]--> |
|
<!--[if gt IE 8]><!--> <html class="no-js" lang="en" > <!--<![endif]--> |
|
<head> |
|
<meta charset="utf-8"> |
|
<meta name="viewport" content="width=device-width"> |
|
<title>LyricsNODE</title> |
|
|
|
<link rel="stylesheet" href="/static/css/foundation.css"> |
|
<script src="/static/js/vendor/custom.modernizr.js"></script> |
|
</head> |
|
|
|
<body> |
|
<nav class='top-bar'> |
|
<ul class='title-area'> |
|
<li class='name'> |
|
<h1><a href='#'>LyricsNODE</a></h1> |
|
</li> |
|
</ul> |
|
|
|
<section class='top-bar-section'> |
|
<ul class='left'> |
|
<li><a href='#'>Round</a></li> |
|
<li><a href='#'>Database</a></li> |
|
</ul> |
|
</section> |
|
</nav> |
|
|
|
{% block content %}{% endblock %} |
|
|
|
<script> |
|
$(document).foundation(); |
|
</script> |
|
</body> |
|
</html> |