mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-01-01 12:33:49 +01:00
Move all pumpkin code to pumpkin.js, remove posts route(will be moved to home), modify the post structure
This commit is contained in:
@@ -6,9 +6,6 @@
|
||||
<li class="nav-item">
|
||||
<a class="nav-link active" aria-current="page" href="/">Home</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/posts">Posts</a>
|
||||
</li>
|
||||
<li class="nav-item">
|
||||
<a class="nav-link" href="/profile">Profile</a>
|
||||
</li>
|
||||
@@ -18,5 +15,7 @@
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<p>LoginWeen is a an app where you login/register with a halloween pumpkin carving as a password.</p>
|
||||
<div class="position-absolute top-50 start-50 translate-middle text-center">
|
||||
<p>LoginWeen is a an app where you login/register with a halloween pumpkin carving as a password.</p>
|
||||
</div>
|
||||
{% endblock body %}
|
||||
Reference in New Issue
Block a user