This repository has been archived on 2020-08-21. You can view files and clone it, but cannot push or open issues or pull requests.
nemubot-askweb/thanksConfirmation.php

36 lines
1005 B
PHP
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="Stylesheet" href="style.css">
<script type="text/javascript" src="jquery-1.7.2.min.js"></script>
<title>AskWeb (BETA)</title>
</head>
<body>
<header>
<a href="http://www.h2g2.com" target="_blank">
<img src="marvin-robot_normal.png" alt="" id="banner"/>
</a>
<h1>Nemubot Questions</h1>
</header>
<section id="introduction">
<article>
<h2>Merci de votre participation</h2>
<p>
Votre question a bien été prise en compte.<br>
Un courrier électronique a été envoyé à un membre aléatoire pour
qu'il valide votre question.
</p>
<p>
Nemubot vous remercie de l'aider à agrandir sa base de données.<br>
</p>
<p>
Vous pouvez proposer de nouvelles questions en cliquant
<a href="./#newquestion">ici</a> !
</p>
</article>
</section>
</body>
</html>