Newer
Older
website / org / header.html
<link rel="stylesheet" type="text/css" href="../css/stylesheet.css" />

<header class="header">
  <a class="home" href="/">home</a>
  <div class="output tooltip">
    <span class="tooltiptext">Random quote! Don't shoot the messenger ;)</span>
    <a class="headertitle" id="quote"></a>
  </div>
  <nav>
    <a href="https://wanderer.fragal.eu">wanderer</a>
    <!-- <a href="https://fragal.eu/cartastraccia">News and online feed reader</a> (<a href="https://fragal.eu/git/lagfra/cartastraccia">code</a>) -->
    <a href="https://fragal.eu/git">git</a>
    <a href="https://github.com/gallafrancesco">github</a>
    <a href="/about.html">about</a>
  </nav>

  <script src="/js/randomQuote.js" defer></script>
</header>