blob: c9c8c796d89409acf4fc4e9acb8715f1045117db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
<link rel="shortcut icon" type="image/jpg" href="/public/icon-64.png"/>
<link rel="stylesheet" href="/public/style.css" />
<link rel="stylesheet" href="/public/highlight.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>
|