Welcome to the Strap template.
If you don't known the ComboStrap, it's recommended to follow the Getting Started Guide.
Otherwise, to create a menu bar in the header, create a page with the id (slot_header) and the menubar component.

Ceci est une ancienne révision du document !


Exécuter Python sur OVH

Mettre le fichier .cgi dans /cgi-bin/

#!/usr/bin/python

# -*- coding: UTF-8 -*-

print(“Content-type: text/html\n\n”)

print(“Hello World!”)

Welcome to the Strap template. To get started, create a page with the id slot_footer to create a footer.
Powered by ComboStrap