init
This commit is contained in:
commit
55e9cf1f9c
10 changed files with 1951 additions and 0 deletions
10
templates/index.html
Normal file
10
templates/index.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue