e1e0.net

sources for e1e0 website
git clone https://git.e1e0.net/e1e0.net.git
Log | Files | Refs

_header.html (837B)


      1 <!DOCTYPE html>
      2 <html>
      3   <head>
      4     <meta charset="utf-8" />
      5     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
      6     <meta name="author" content="paco" />
      7     <link rel="alternate" type="application/atom+xml" href="/rss.xml">
      8     <link rel="stylesheet" href="/style.css" />
      9     <link rel="shortcut icon" href="/favicon.png" type="image/png">
     10     <link rel="icon" href="/favicon.png" type="image/png">
     11     <title></title>
     12   </head>
     13   <body>
     14     <header>
     15       <nav>
     16         <ul>
     17           <li><a href="/">home</a></li>
     18           <li><a href="/code.html">code</a></li>
     19           <li><a href="/contact.txt">contact</a></li>
     20           <li><a href="/gpgkey.asc">GnuPG Key</a></li>
     21           <li><a href="/gpg_keys_transition.txt">Keys transition statement</a></li>
     22         </ul>
     23       </nav>
     24     </header>
     25     <main>