summaryrefslogblamecommitdiffstats
path: root/templates/default.html
blob: 887060cb649608f03c9968e6f3d9769be3f3e590 (plain) (tree)





























                                                                                                                        
<!doctype html>
<html lang="en">

<head>
  <meta charset="utf-8">
  <meta http-equiv="x-ua-compatible" content="ie=edge">
  <meta name="viewport" content="width=device-width, initial-scale=1">
  <title>cel - $title$</title>
  <link rel="stylesheet" href="/style.css" />
</head>

<body>
  <header>
    <h1><a href="/">~cel</a> <span style="font-style: normal"></span> <a href="https://bunny.garden">bunny.garden</a>
    </h1>
  </header>

  <main role="main">
    $body$
  </main>

  <br>
  <hr>
  <footer>
    <a class="badge" href="https://blos.sm"><img src="https://blos.sm/static/badges/cel.png"></a>
    <img class="badge" src="https://cel.blos.sm/static/badges/servinghttps_7.png">
  </footer>
</body>

</html>