Newer
Older
website / org / header.html
@lagfra lagfra 3 days ago 805 bytes update
<link rel="stylesheet" type="text/css" href="../css/stylesheet.css" />
<head>
  <link rel="icon" type="image/x-icon" href="/images/icons/mtb-32.png">
</head>

<header class="header">
  <a class="home" href="/">home</a>
  <div class="output tooltip">
    <span class="tooltiptext">Random quote! Refresh for another one</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>
<br>