Init
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
{% block head %}
|
||||
<link rel="stylesheet" href="/static/css/main.css">
|
||||
<title>{% block title %}{% endblock %} - Angel Icons</title>
|
||||
{% endblock %}
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<nav>
|
||||
<a href="/ember">💜</a>
|
||||
<a href="/chalice">❤️</a>
|
||||
<a href="/"><img src="/static/image/favicon.png" alt="Tree of Life" height="200px"></a>
|
||||
<a href="/sword">🖤</a>
|
||||
<a href="/pentacle">💙</a>
|
||||
</nav>
|
||||
</header>
|
||||
<main>{% block content %}{% endblock %}</main>
|
||||
<footer>
|
||||
{% block footer %}
|
||||
© Copyright 2026 Faye.
|
||||
{% endblock %}
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user