You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

37 lines
759 B

<!DOCTYPE html>
<html lang="en">
<head>
{% block head %}
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>{% block title %}Solarpunk City{% endblock title %}</title>
<meta name="author" content="Solarpunk City" />
{% endblock head %}
<link rel="shortcut icon" href="/favicon.svg" type="image/x-icon">
<style>
{% include 'style.css' %}
</style>
</head>
<body>
<div class="container">
<div class="logo">
<a href="/" aria-label="Return home">
<img src="/logo.svg" width="90%" height="auto" xmlns="http://www.w3.org/2000/svg" />
</a>
</div>
{% block content %}
{% endblock %}
</div>
<p class="footer">
© Solarpunk City
</p>
</body>
</html>