]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/index.html.in
depend on libmagic, gravatar-url and www-perl
[debbugs.git] / html / index.html.in
index e09d8cf6d6c56ef6d120865586bbe825463d8d61..d1b5682c47601fe03b37635c51d4fa4bda50f4cc 100644 (file)
@@ -3,7 +3,9 @@ $gIndexHtml = <<HTML_END
 <html>
 <head>
   <title>$gProject $gBug tracking system</title>
+  <meta name="viewport" content="width=device-width, initial-scale=1">
   <link rev="made" href="mailto:$gMaintainerEmail">
+  <link rel="stylesheet" href="$gWebHostBugDir/css/bugs.css" type="text/css">
 </head>
 <body>
 
@@ -25,8 +27,8 @@ $gHTMLCopies
 </ul>
 
 <ul>
-  <li><a href="Developer$gHTMLSuffix">Developers' information on how to use the system</a>
-  <li><a href="server-control$gHTMLSuffix">Developers' information on manipulating $gBugs by email</a>
+  <li><a href="Developer$gHTMLSuffix">Advanced information on how to use the system</a>
+  <li><a href="server-control$gHTMLSuffix">Information on manipulating $gBugs by email</a>
   <li><a href="server-refcard$gHTMLSuffix">Mailservers' reference card</a>
 </ul>