add forgotten files
This commit is contained in:
parent
3fed1d8d41
commit
6eefd675e6
Binary file not shown.
After Width: | Height: | Size: 275 KiB |
@ -0,0 +1,11 @@
|
||||
{% extends "frontend/base.html" %}
|
||||
{% load static %}
|
||||
|
||||
{% block navbar_frontpage %}{% endblock %}
|
||||
{% block content %}
|
||||
|
||||
<div class="frontpage">
|
||||
<a href="{% url 'frontend:frontpage' %}"><img id="logo" src="{% static 'nntpchan.png' %}" /></a>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
Reference in New Issue
Block a user