blob: 3600409f9bc0fe7d474c65cef382d350f55510c6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<link rel="shortcut icon" type="image/jpg" href="/public/icon-64.png"/>
</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>
|