diff options
author | Richard Nelson <unixabg@gmail.com> | 2010-03-08 13:19:55 -0600 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:17:05 +0100 |
commit | 47db0e363388270d79ff30035eed0acae54ea2fe (patch) | |
tree | c9118c00958305d78f54da0d39c0ea32bdf4209d /templates/cgi/debian-unofficial/header.html | |
parent | 5c574a3bc9dbe8b8e2ae47970dcfb4475c0488b7 (diff) | |
download | vyos-live-build-47db0e363388270d79ff30035eed0acae54ea2fe.tar.gz vyos-live-build-47db0e363388270d79ff30035eed0acae54ea2fe.zip |
Cleaning up cgi templates.
Diffstat (limited to 'templates/cgi/debian-unofficial/header.html')
-rw-r--r-- | templates/cgi/debian-unofficial/header.html | 15 |
1 files changed, 5 insertions, 10 deletions
diff --git a/templates/cgi/debian-unofficial/header.html b/templates/cgi/debian-unofficial/header.html index d52efa69e..d90ddc9b2 100644 --- a/templates/cgi/debian-unofficial/header.html +++ b/templates/cgi/debian-unofficial/header.html @@ -1,9 +1,9 @@ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"> <html> <head> - <title>Debian Live Webhelper</title> - <link rel="icon" href="http://debian-live.alioth.debian.org/favicon.ico" type="image/ico"> - <link rel="stylesheet" type="text/css" href="http://debian-live.alioth.debian.org/images/style.css" /> + <title>Debian Live Helper</title> + <link rel="icon" href="http://live.debian.net/favicon.ico" type="image/ico"> + <link rel="stylesheet" type="text/css" href="http://live.debian.net/stylesheet.css" /> <meta http-equiv="content-type" content="text/html; charset=iso-8859-15"> <meta name="keywords" content="Debian, Live, Project"> <meta name="description" content="The Debian Live Project"> @@ -32,12 +32,7 @@ </head> <body> -<div id="header"> - <div id="debianlogo"><img src="http://debian-live.alioth.debian.org/images/debian.png" alt="Debian logo" width="56" height="70"></div> - <div id="headertitle"><a href="http://debian-live.alioth.debian.org/" title="http://debian-live.alioth.debian.org/">Debian Live</a></div> - <div id="headersubtitle">Live Debian systems!</div> -</div> - <div id="maincontent" style="margin: 0 0 0 0;"> - <h1>This is webhelper of the <a href="http://debian-live.alioth.debian.org/">Debian Live</a> project.</h1> + <h1 id="title">live-helper web-frontend of the <a href="http://live.debian.net/">Debian Live Project</a></h1> + <h2 id="subtitle"><a href="http://live.debian.net/">Live Debian systems!</a></h2> </div> |