From 3afabdf8acd1e60f3b016b833635e9b61e6f2ddf Mon Sep 17 00:00:00 2001 From: Bertrand Date: Fri, 18 May 2012 21:56:57 +0200 Subject: [PATCH] Basic files --- index.html | 33 +++++++++++++++++++++++++++++++++ questions.php | 12 ++++++++++++ 2 files changed, 45 insertions(+) create mode 100644 index.html create mode 100755 questions.php 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; +} + +?>