initial commit
This commit is contained in:
commit
6f5167c24f
45 changed files with 763 additions and 0 deletions
10
templates/pages/home.html
Normal file
10
templates/pages/home.html
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{% extends 'base.html' %}
|
||||
{% load static %}
|
||||
|
||||
{% block title %}Home page{% endblock title %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Home page</h1>
|
||||
<img src="{% static 'images/falconx.png' %}" class="img-fluid" alt="FalconX launch"/>
|
||||
{% endblock content %}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue