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/header.html

26 lines
705 B
HTML

<!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>
<script type="text/javascript" src="script.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 (BETA)</h1>
<nav>
<ul>
<li><a href="./">Accueil</a></li>
<li><a href="./list.php">Liste des questions</a></li>
<li><a href="./subscribe.php">S'inscrire</a></li>
</ul>
</nav>
</header>