From b1bf83a625912950055d56a33a97382a6c7d1b27 Mon Sep 17 00:00:00 2001 From: cly Date: Mon, 23 Mar 2020 09:56:15 +0100 Subject: web updates --- web/website/index.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 web/website/index.py (limited to 'web/website/index.py') diff --git a/web/website/index.py b/web/website/index.py new file mode 100644 index 0000000..87392db --- /dev/null +++ b/web/website/index.py @@ -0,0 +1,11 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- + +import mod_python +import fonctions + +def index(req): + req.content_type="text/html" + req.write(fonctions.baseHTML("ATS-Project",""" +

ATS-Project

+""")) -- cgit v1.2.3