Improved CSS, Markup and Logo+Favicon

This commit is contained in:
2020-07-27 18:49:50 +02:00
parent ad916af5fb
commit 7b57268f31
5 changed files with 186 additions and 75 deletions

View File

@@ -5,12 +5,19 @@
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="{% static 'main.css' %}">
<title>Preview</title>
<link rel="icon" type="image/png" href="{% static 'favicon.ico' %}">
<title>
{% if title%}
{{title}}|UrbEx
{% else %}
Urban Exploration
{% endif %}
</title>
</head>
<body>
<header class="LP-Header">
<div class="LP-Header__Logo">
<a href="LP-Link" href="#">
<a class="LP-Link" href="#">
<img class="LP-Logo" src="{% static 'logo.png' %}" />
</a>
</div>