summaryrefslogtreecommitdiffstats
path: root/HEADER.inc
diff options
context:
space:
mode:
authorMichel Alexandre Salim <salimma@people1.fedoraproject.org>2007-09-23 02:46:35 -0400
committerMichel Alexandre Salim <salimma@people1.fedoraproject.org>2007-09-23 02:46:35 -0400
commit581cfc7d49129ee4098066e187f5e2868bf3c540 (patch)
tree832e92348339a15acc5b01691bb4332a359ce850 /HEADER.inc
parent890e0ff5cad97e2f0b0ca21d13464320df004e3b (diff)
downloadpublic_html-581cfc7d49129ee4098066e187f5e2868bf3c540.tar.gz
public_html-581cfc7d49129ee4098066e187f5e2868bf3c540.tar.xz
public_html-581cfc7d49129ee4098066e187f5e2868bf3c540.zip
- Fix broken DOCTYPE declaration
- Add review page to navigation bar
Diffstat (limited to 'HEADER.inc')
-rw-r--r--HEADER.inc5
1 files changed, 3 insertions, 2 deletions
diff --git a/HEADER.inc b/HEADER.inc
index 2dccab1..c56b1bc 100644
--- a/HEADER.inc
+++ b/HEADER.inc
@@ -1,8 +1,8 @@
-CTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
- <title>Fedora People</title>
+ <title>Michel Salim @ Fedora People</title>
<style type="text/css" media="screen">
@import url("http://fedorapeople.org/userdefs/css/fedora.css");
@import url("http://fedorapeople.org/userdefs/css/style.css");
@@ -22,6 +22,7 @@ CTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml
<ul>
<li><strong><a href="/">Home</a></strong></li>
+ <li><strong><a href="/reviews/">Packages for review</a></strong>
</ul>
</div>