download/prerelease: some layout and HTML style fixes
authorMichael Prokop <mika@grml.org>
Tue, 13 Jul 2021 12:56:48 +0000 (14:56 +0200)
committerMichael Prokop <mika@grml.org>
Tue, 13 Jul 2021 12:56:48 +0000 (14:56 +0200)
\Fix some issues reported by https://validator.w3.org/

download/prerelease/index.html.tt2

index 87a9e9e..0fbc6f4 100644 (file)
 <meta name="Language" content="english" />
 <meta name="identifier-url" content="https://grml.org/" />
 <meta name="MSSmartTagsPreventParsing" content="true" />
-<meta http-equiv="imagetoolbar" content="no" />
 <link rel="home" href="/" title="grml.org" />
 <link rel="help" href="/features/" title="About" />
 <link rel="author" href="/team/" title="Team" />
 <link rel="icon" href="/favicon.png" type="image/png" />
 <link rel="stylesheet" href="/style.css" type="text/css" />
-<style type="text/css">
+<style>
 #contentbox {
     padding-left: 20px;
     padding-right: 20px;
       </div>
       </form>
 
-      <script type="text/javascript">
+      <script>
       function update_arch() {
           var flavour = document.getElementById('download_flavour').value;
           if (flavour == 'small') document.getElementById('download_arch').innerHTML = '<option value="amd64">64-bit PC (amd64)</option><option value="i386">32-bit PC (i686+)</option><option value="96">One for both (~685MB)</option>';
         <div>
           <b>Boot from USB key</b><br />
           <br />
-          Just <tt>dd(1)</tt> the downloaded ISO to an <abbr title="Any existing data will be overwritten by the dd command!">empty</abbr> USB key!<br /><br />
+          Just <kbd>dd(1)</kbd> the downloaded ISO to an <abbr title="Any existing data will be overwritten by the dd command!">empty</abbr> USB key!<br /><br />
           <code>dd if=grml_2021.07-rc1.iso of=/dev/USB_KEY bs=4M status=progress conv=fdatasync</code>
           <br /><br />
 
     Once you have <em>SHA256SUMS</em> and <em>SHA256SUMS.gpg</em> in the same directory as your Grml downloads, verify the SHA256 checksum via:
     </p>
 
-<pre>
+<code>
 gpg --keyid-format long --verify SHA256SUMS.gpg SHA256SUMS
-</pre>
+</code>
 
-    <br />
-    If you don't have <a href="https://grml.org/download/gnupg-michael-prokop.txt">our GnuPG signing key</a> (<em>0x96A87872B7EA3737</em>, fingerprint <em>33CC B136 401A FEC8 43A3  8763 96A8 7872 B7EA 3737</em>), run:
+    <p>If you don't have <a href="https://grml.org/download/gnupg-michael-prokop.txt">our GnuPG signing key</a>
+    (<em>0x96A87872B7EA3737</em>, fingerprint <em>33CC B136 401A FEC8 43A3  8763 96A8 7872 B7EA 3737</em>), run:</p>
 
-<pre>
+<code>
 gpg --keyid-format long --keyserver hkps://keys.openpgp.org --recv-keys 0x96A87872B7EA3737
-</pre>
+</code>
 
-    Finally verify the checksum of your Grml downloads, via:
+    <p>Finally verify the checksum of your Grml downloads, via:</p>
 
-<pre>
+<code>
 sha256sum --ignore-missing -c SHA256SUMS
-</pre>
+</code>
 
     <h2>Source code</h2>