mirror of
https://github.com/kristoferssolo/kristofersxyz.git
synced 2026-03-22 00:26:20 +00:00
Created homepage
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0" />
|
||||
<title>{% block title %}{% endblock %}</title>
|
||||
<link rel="stylesheet" href="{% static 'css/layout.css' %}" />
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
|
||||
{% block meta %}{% endblock %}
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -18,9 +18,7 @@
|
||||
<header>
|
||||
<div>
|
||||
<ul>
|
||||
<li><a href="{% url 'home' %}"><span class="material-icons">home</span>Home</a></li>
|
||||
<!-- <li><a href=""><span class="material-icons"></span></a></li> -->
|
||||
<!-- <li><a href=""><span class="material-icons"></span></a></li> -->
|
||||
<li><a href="{% url 'home' %}">Home</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</header>
|
||||
@@ -28,7 +26,7 @@
|
||||
<main>{% block content %}{% endblock %}</main>
|
||||
|
||||
<footer>
|
||||
<p>
|
||||
<p class="footer">
|
||||
Copyright ©
|
||||
<script>
|
||||
document.write(new Date().getFullYear());
|
||||
|
||||
Reference in New Issue
Block a user