add: static css files; add: content in about.html
This commit is contained in:
parent
393d3116d7
commit
8e1e5b0693
8 changed files with 14 additions and 15 deletions
4
app.py
4
app.py
|
@ -1,9 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
from flask import Flask, render_template, redirect, url_for
|
||||
import os
|
||||
|
||||
services = ("httpd", "nsd", "pf", "ntp")
|
||||
|
||||
app = Flask(__name__)
|
||||
navigation = {"Imprint":"imprint"}
|
||||
@app.route("/imprint")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue