diff options
author | eug-vs <eug-vs@keemail.me> | 2021-07-14 14:47:48 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2021-07-14 14:48:27 +0300 |
commit | 349e44c99331aaef4d6441a120c751270b817678 (patch) | |
tree | 35bc0fd1354464ae9c14f1d3de2a72614ae4e988 /header.html | |
parent | cac1c55c6f1693cb16308a5ef5f1d481f15cf1c1 (diff) | |
download | eug-vs-xyz-349e44c99331aaef4d6441a120c751270b817678.tar.gz |
feat: use roboto font
Diffstat (limited to 'header.html')
-rwxr-xr-x | header.html | 7 |
1 files changed, 7 insertions, 0 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> + |