2017-02-13 23:19:26 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<meta charset=utf-8 />
|
2017-02-17 21:30:02 +00:00
|
|
|
<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0">
|
2017-02-13 23:19:26 +00:00
|
|
|
<title><%title%> - New Life Introductory Band</title>
|
|
|
|
|
2017-02-19 01:20:48 +00:00
|
|
|
<link href="//fonts.googleapis.com/css?family=Roboto+Condensed|Cantarell" rel="stylesheet" type="text/css">
|
2017-02-14 05:43:02 +00:00
|
|
|
<link href="/css/new-life-intro-band.css" rel="stylesheet" type="text/css">
|
2017-02-13 23:19:26 +00:00
|
|
|
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id=nav>
|
|
|
|
<h1><a href=/>New Life Intro Band</a></h1>
|
|
|
|
<ul>
|
|
|
|
<li><a href='/agendas/'>Practice Agendas</a></li>
|
|
|
|
<li><a href='/reference-tracks/'>Reference Tracks</a></li>
|
|
|
|
<li><a href='/lead-sheets/'>Lead Sheets</a></li>
|
2017-04-01 03:46:14 +00:00
|
|
|
<li><a href='/vocal-charts/'>Vocal Charts</a></li>
|
2017-02-13 23:19:26 +00:00
|
|
|
<li><a href='/schedules/'>Schedules</a></li>
|
|
|
|
</ul>
|
|
|
|
</div>
|
|
|
|
<div id=content>
|
|
|
|
<h1 class=title><%title%></h1>
|
|
|
|
<%CONTENT%>
|
|
|
|
</div>
|
|
|
|
<footer>Banged together in a day by <a href=https://github.com/jdbernard>Jonathan Bernard</a>.</footer>
|
|
|
|
</body>
|
|
|
|
</html>
|