Improved CSS, Markup and Logo+Favicon
This commit is contained in:
		@@ -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>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user