website: add empty pages

This commit is contained in:
Oliver Gaskell 2025-11-01 12:55:24 +00:00
parent f1afe22bac
commit 635146c901
No known key found for this signature in database
GPG key ID: F971A08925FCC0AD
8 changed files with 79 additions and 2 deletions

View file

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Greggordinates</h1>
{% block content %}
{% endblock %}
</body>
</html>

View file

@ -0,0 +1,7 @@
{% extends 'websiteapp/base.html' %}
{% block content %}
<p> Landing Page </p>
{% endblock %}

View file

@ -0,0 +1,7 @@
{% extends 'websiteapp/base.html' %}
{% block content %}
<p> Landing Page </p>
{% endblock %}

View file

@ -0,0 +1,7 @@
{% extends 'websiteapp/base.html' %}
{% block content %}
<p> Landing Page </p>
{% endblock %}

View file

@ -0,0 +1,7 @@
{% extends 'websiteapp/base.html' %}
{% block content %}
<p> Landing Page </p>
{% endblock %}

View file

@ -0,0 +1,7 @@
{% extends 'websiteapp/base.html' %}
{% block content %}
<p> Landing Page </p>
{% endblock %}