From 703c1c623892d69d8e24af68b31d84495301ca02 Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Synck Date: Sun, 1 Mar 2020 15:14:15 +0100 Subject: initial files --- test.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test.py (limited to 'test.py') diff --git a/test.py b/test.py new file mode 100644 index 0000000..3c09a86 --- /dev/null +++ b/test.py @@ -0,0 +1,11 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- + +import mod_python +import fonctions + +def index(req): + req.content_type="text/html" + req.write(fonctions.codeHTML("Mon premier script","Voici mon premier script de web dynamique!")) + + -- cgit v1.2.3