add: static css files; add: content in about.html

This commit is contained in:
ahoemann 2024-11-19 17:23:18 +01:00
parent 393d3116d7
commit 8e1e5b0693
8 changed files with 14 additions and 15 deletions

4
app.py
View file

@ -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")