Archived
1
0

add forgotten files

This commit is contained in:
Jeff Becker 2016-11-07 09:52:21 -05:00
parent 3fed1d8d41
commit 6eefd675e6
No known key found for this signature in database
GPG Key ID: AB950234D6EA286B
2 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 275 KiB

View File

@ -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 %}