From 06ad4b73d54beb6f81d0b43d49f2a0701c87fcfb Mon Sep 17 00:00:00 2001 From: Clyhtsuriva Synck Date: Sun, 1 Mar 2020 14:18:05 +0100 Subject: web update --- web/fonctions.py | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 web/fonctions.py (limited to 'web/fonctions.py') diff --git a/web/fonctions.py b/web/fonctions.py new file mode 100644 index 0000000..1b18cc7 --- /dev/null +++ b/web/fonctions.py @@ -0,0 +1,16 @@ +#!/usr/bin/python3 +# -*- coding: utf-8 -*- + +def baseHTML(title,body): + content=(""" + + + """+ title +""" + + + + """+ body +""" + + + """) + return content -- cgit v1.2.3