mirror of
https://github.com/csd4ni3l/loginween.git
synced 2026-01-01 04:23:48 +01:00
Remove PyPi build, convert project to not be a python module, add Docker build and files, update README,
This commit is contained in:
16
templates/index.jinja2
Normal file
16
templates/index.jinja2
Normal file
@@ -0,0 +1,16 @@
|
||||
{% extends "base.jinja2" %}
|
||||
|
||||
{% block title %}LoginWeen Home{% endblock %}
|
||||
|
||||
{% block nav %}
|
||||
<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="/logout">Logout</a>
|
||||
</li>
|
||||
{% endblock %}
|
||||
|
||||
{% block body %}
|
||||
<p>LoginWeen is a an app where you login/register with a halloween pumpkin carving as a password.</p>
|
||||
{% endblock body %}
|
||||
Reference in New Issue
Block a user