Use header.html in all pages
This commit is contained in:
parent
6d762d3b1d
commit
f2a4098897
11 changed files with 34 additions and 204 deletions
|
|
@ -1,18 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="Stylesheet" href="style.css">
|
||||
<title>Every Questions (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>
|
||||
</header>
|
||||
<?php include("header.html") ?>
|
||||
<section id="introduction">
|
||||
<article id="validate">
|
||||
<h2><?php
|
||||
|
|
|
|||
Reference in a new issue