]> git.donarmstrong.com Git - debbugs.git/blobdiff - html/Access.html.in
Add viewport in HTML
[debbugs.git] / html / Access.html.in
index aa28c60ea9d79ebb025b980097d66b328490a985..d37e740afb0f1d6905621dd8c51dbf33f907b8c4 100644 (file)
@@ -1,40 +1,40 @@
 $gAccessHtml = <<HTML_END
-<HTML>
-<HEAD>
-       <TITLE>$gProject $gBugs - Accessing the logs</TITLE>
-       <LINK REV="made" HREF="mailto:$gMaintainerEmail">
-</HEAD>
-<BODY>
-<A NAME="developers"> 
-       <H1>Accessing $gBug reports in the tracking system logs</H1>
-</A>
-
-Each message received at or sent by the $gBug processing system is
+<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+  <title>$gProject $gBugs - Accessing the logs</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>
+
+<h1><a name="developers">Accessing $gBug reports in the tracking system
+logs</a></h1>
+
+<p>Each message received at or sent by the $gBug processing system is
 logged and made available in a number of ways.
-<P>
 
 $gHTMLCopies
 
-There is a <A HREF="server-request.html">mailserver</A> which can send
+<p>There is a <a href="server-request.html">mailserver</a> which can send
 $gBug reports as plain text on request.  To use it send the word
-<CODE>help</CODE> as the sole contents of an email to
-<CODE>request</CODE> (the <CODE>Subject</CODE> of the
+<code>help</code> as the sole contents of an email to
+<code>request</code> (the <code>Subject</code> of the
 message is ignored), or read the instructions on the World Wide Web or
-in the file <CODE>bug-log-mailserver.txt</CODE>.
-
-<HR>
-
-Other pages:
-<UL>
-       <LI><A href="./">$gBug tracking system main contents page.</A>
-       <LI><A href="Reporting.html">Instructions for reporting $gBugs.</A>
-       <LI><A href="Developer.html">Developers' information regarding the $gBug processing system.</A>
-       <LI><A href="db/ix/full.html">Full list of outstanding and recent $gBug reports.</A>
-       <LI><A href="db/ix/packages.html">Packages with $gBug reports.</A>
-       <LI><A href="db/ix/maintainers.html">Maintainers of packages with $gBug reports.</A>
-
+in the file <code>bug-log-mailserver.txt</code>.
+
+<hr>
+
+<p>Other pages:
+<ul>
+  <li><a href="./">$gBug tracking system main contents page.</a>
+  <li><a href="Reporting.html">Instructions for reporting $gBugs.</a>
+  <li><a href="Developer.html">Developers' information regarding the $gBug processing system.</a>
+  <li><a href="db/ix/full.html">Full list of outstanding and recent $gBug reports.</a>
+  <li><a href="db/ix/packages.html">Packages with $gBug reports.</a>
+  <li><a href="db/ix/maintainers.html">Maintainers of packages with $gBug reports.</a>
 $gHTMLOtherPageList
-
 </ul>
 
 $gHTMLTail