Skip to content

Instantly share code, notes, and snippets.

@davidawad
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davidawad/02cb256f506a8d1459f3 to your computer and use it in GitHub Desktop.
Save davidawad/02cb256f506a8d1459f3 to your computer and use it in GitHub Desktop.
this is my goddamn problem.
<!doctype html>
<head>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
</head>
<body>
<center>
<header>
<h1>Web Design Assignment 3</h1>
<nav>
<ul>
<li><a id="index" href="index.html">index</a></li>
<li><a id="faq" href="faq.html">faq</a></li>
<li><a id="about" href="about.html">about me</a></li>
<li><a id="table" href="table.html">Page with table</a></li>
<li><a id="lorem" href="lorem.html">lorem ipsum</a></li>
</ul>
</nav>
</header>
<div style="text-align:center">
<?php
include 'header.html';
?>
<!-- header code does not show up here. -->
<p> some p tag </p>
<?php
include 'footer.html';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment