diff options
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> |