summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--HEADER.inc5
-rw-r--r--index.html4
2 files changed, 5 insertions, 4 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>
diff --git a/index.html b/index.html
index 370fb0d..7a563e6 100644
--- a/index.html
+++ b/index.html
@@ -1,4 +1,4 @@
-<!--#include virtual="/HEADER.html"-->
+<!--#include virtual="/HEADER.inc"-->
<h2>Michel Salim @ Fedora People</h2>
<h3>Reviews</h3>
@@ -7,5 +7,5 @@
<a href="http://hircus.org/fedora/">hircus.org</a>, so check there if
something is missing.</p>
-<!--#include virtual="/FOOTER.html"-->
+<!--#include virtual="/FOOTER.inc"-->