mirror of
https://github.com/Adam-Ant/QuotesDB
synced 2025-07-02 20:00:56 +00:00
Add barebones files from previous work
This commit is contained in:
8
templates/index.html
Normal file
8
templates/index.html
Normal file
@ -0,0 +1,8 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block body %}
|
||||
<div class="jumbotron">
|
||||
<h1>Clockwork Quotes Database</h1>
|
||||
<p><a class="btn btn-lg btn-success" href="/quotes" role="button">View Quotes</a></p>
|
||||
<p><a class="btn btn-lg btn-info" href="/addquote" role="button">Add a Quote</a></p>
|
||||
</div>
|
||||
{% endblock %}
|
Reference in New Issue
Block a user