forked from reudnetz/website
init
This commit is contained in:
commit
2e078fc88c
31 changed files with 3546 additions and 0 deletions
15
templates/wiki.html
Normal file
15
templates/wiki.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
{% extends "skeleton.html.j2" %}
|
||||
{% block content %}
|
||||
<h1>Reudnetzwiki</h1>
|
||||
<p>Noch gibt es hier kein Wiki.</p>
|
||||
|
||||
<p>Allerdings sammeln wir Dienste und anderes Dokumentationszeug.</p>
|
||||
<p>coming soon: Mailinglisten</p>
|
||||
<p>VMs</p>
|
||||
{% endblock %}
|
||||
|
||||
{% block seitenleiste %}
|
||||
<h3>Dienste</h3>
|
||||
<p>Mailinglisten<br />
|
||||
Coming Soon</p>
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue