diff options
author | eug-vs <eugene@eug-vs.xyz> | 2022-04-21 21:46:43 +0300 |
---|---|---|
committer | eug-vs <eugene@eug-vs.xyz> | 2022-04-21 21:46:49 +0300 |
commit | 9a38fed5f259db004e93746e432cd8cb7885e1ea (patch) | |
tree | b63e9b5658a152923a763db779096705e28f2ce3 /templates/page.html | |
parent | 98d85738e0eb7f21669f78420d5e3a457117de66 (diff) | |
download | eug-vs-xyz-9a38fed5f259db004e93746e432cd8cb7885e1ea.tar.gz |
fix: add missing components
Diffstat (limited to 'templates/page.html')
-rw-r--r-- | templates/page.html | 4 |
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> |