mirror of
https://github.com/len0rd/personal-website.git
synced 2025-11-06 03:22:17 -05:00
basic new recipe form that is not attached to anything yet
This commit is contained in:
parent
657081d88d
commit
db50262199
2 changed files with 84 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
<h1 class="display-1">Recipes</h1>
|
||||
</div>
|
||||
<div class="col-4 align-self-end">
|
||||
<div class="d-grid gap-2 d-md-flex justify-content-md-end">
|
||||
<a class="btn btn-outline-primary mb-1" role="button" href="/new_recipe">New</a>
|
||||
</div>
|
||||
<input class="form-control" id="recipeSearch" type="text" placeholder="search..">
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue