summaryrefslogtreecommitdiff
path: root/templates/page.html
diff options
context:
space:
mode:
authoreug-vs <eugene@eug-vs.xyz>2022-04-21 21:46:43 +0300
committereug-vs <eugene@eug-vs.xyz>2022-04-21 21:46:49 +0300
commit9a38fed5f259db004e93746e432cd8cb7885e1ea (patch)
treeb63e9b5658a152923a763db779096705e28f2ce3 /templates/page.html
parent98d85738e0eb7f21669f78420d5e3a457117de66 (diff)
downloadeug-vs-xyz-9a38fed5f259db004e93746e432cd8cb7885e1ea.tar.gz
fix: add missing components
Diffstat (limited to 'templates/page.html')
-rw-r--r--templates/page.html4
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/page.html b/templates/page.html
index a839e46..cb78f85 100644
--- a/templates/page.html
+++ b/templates/page.html
@@ -2,11 +2,13 @@
<head>
<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>
+ <img src="/public/eug-vs.png" alt="eug-vs" width="128px">
+ <h1 style="margin-top: 12px;">Eugene's Space</h1>
</a>
</header>
<main>