summaryrefslogtreecommitdiff
path: root/templates/page.html
blob: a839e4646ac01c26b7c25c10425f1ee6b094ccfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
  <head>
    <link rel="shortcut icon" type="image/jpg" href="/public/icon-64.png"/>
    <link rel="stylesheet" href="/public/style.css" />
  </head>
  <body>
    <header class="display: inline">
      <a href="/" style="text-decoration: none;">
        <img src="/public/eug-vs.png" alt="eug-vs" width="128px"> <h1 style="margin-top: 12px;">Eugene's Space</h1>
      </a>
    </header>
    <main>
    </main>
  </body>
</html>