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/

Passer le fichier en exécutable (705)

Contenu du fichier :

#!/usr/bin/python
# -*- coding: UTF-8 -*-
print("Content-type: text/html\n\n")
print("Hello World!")

Ou

#!/usr/bin/python
# -*- coding: UTF-8 -*-
print("Content-type: text/html\n\n")
from random import *

for i in range (1,10):
    print (random())

Pour afficher :

http://physix.fr/cgi-bin/test.cgi

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