This commit is contained in:
lelgenio 2024-10-05 13:39:16 -03:00
commit 55e9cf1f9c
10 changed files with 1951 additions and 0 deletions

10
templates/index.html Normal file
View file

@ -0,0 +1,10 @@
{% extends "base.html" %} {% block title %} Made You Look! {% endblock %} {%
block content %}
<div class="main-title">
<h1>MADE YOU LOOK!</h1>
<h2 class="subtitle">
<span class="count"> {{ view_count }} </span>
<span class="count-label"> People fell for this </span>
</h2>
</div>
{% endblock %}