23 lines
429 B
HTML
23 lines
429 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<title>Scorecards</title>
|
||
|
|
{% header %}
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
<header id="site-header">
|
||
|
|
<div id="site-name">
|
||
|
|
<a href="/">BatFlip</a>
|
||
|
|
</div>
|
||
|
|
<div id="site-menu">
|
||
|
|
<ul>
|
||
|
|
<li><a href="/add-scorecard">Add New</a></li>
|
||
|
|
</ul>
|
||
|
|
</div>
|
||
|
|
</header>
|
||
|
|
<div id="main-content">
|
||
|
|
<h1>Scorecards Go Here.</h1>
|
||
|
|
</div>
|
||
|
|
</body>
|
||
|
|
</html>
|