Adding all sorts of goodies.
This commit is contained in:
24
public/pages/index.html
Normal file
24
public/pages/index.html
Normal file
@@ -0,0 +1,24 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>BatFlip Scoring App</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="/scorecards">Past Scorecards</a></li>
|
||||
<li><a href="/add-scorecard">Add New</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
<div id="main-content">
|
||||
<h1>Live Baseball Scoring App, written in Rust</h1>
|
||||
<img src="./images/fenway.jpg" alt="some image" />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user