diff options
-rwxr-xr-x | header.html | 7 | ||||
-rwxr-xr-x | icon.html | 4 | ||||
-rw-r--r-- | style.css | 2 |
3 files changed, 12 insertions, 1 deletions
diff --git a/header.html b/header.html new file mode 100755 index 0000000..5ad7977 --- /dev/null +++ b/header.html @@ -0,0 +1,7 @@ +<header class="display: inline"> + <a href="https://eug-vs.xyz"> + <img src="/public/eug-vs.png" alt="eug-vs" width="128px"> + <h1 style="margin-top: 12px;">Eugene's Space</h1> + </a> +</header> + diff --git a/icon.html b/icon.html new file mode 100755 index 0000000..2bd6654 --- /dev/null +++ b/icon.html @@ -0,0 +1,4 @@ +<link rel="preconnect" href="https://fonts.googleapis.com"> +<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> +<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap" rel="stylesheet"> +<link rel="shortcut icon" type="image/jpg" href="/public/icon-64.png"/> @@ -1,6 +1,6 @@ html { line-height: 1.5; - font-family: Georgia, serif; + font-family: Roboto, sans-serif; font-size: 20px; color: #f4f4f4; background-color: #1e1e1e; |