commit 3afabdf8acd1e60f3b016b833635e9b61e6f2ddf Author: Bertrand Date: Fri May 18 21:56:57 2012 +0200 Basic files diff --git a/index.html b/index.html new file mode 100644 index 0000000..a47aa16 --- /dev/null +++ b/index.html @@ -0,0 +1,33 @@ + + + + + + Every Questions + + + +
+
+

Nemubot Questions

+
+
+ +
+

+ + +

+

+ + +

+

+ +

+
+ + + + diff --git a/questions.php b/questions.php new file mode 100755 index 0000000..0b29071 --- /dev/null +++ b/questions.php @@ -0,0 +1,12 @@ +"; + echo 'La réponse est : ' . $answer; +} + +?>