readme: 80 char limit; favicon: prevent stray request

This commit is contained in:
2019-01-28 12:18:27 +01:00
parent 9583824913
commit a3f3fe00c4
2 changed files with 6 additions and 4 deletions

View File

@@ -1,7 +1,8 @@
# website # website
My personal website. It had to be rebuilt. So I did. It clocks in at a whopping 2.4kb, unminified, My personal website. It had to be rebuilt. So I did. It clocks in at a whopping
if you disregard the font. It's small and simple and very different from what once was. And that's 4.8kb, unminified, if you disregard the font. It's small and simple and very
good. different from what once was. And that's good.
Regarding licensing, do with it as you please. Be my guest. No trade secrets. Really. Regarding licensing, do with it as you please. Be my guest. No trade secrets.
Really.

View File

@@ -5,6 +5,7 @@
<meta name="description" content="The personal website of Veit Heller"> <meta name="description" content="The personal website of Veit Heller">
<meta name="author" content="Veit Heller"> <meta name="author" content="Veit Heller">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
<style> <style>
@font-face { @font-face {
font-family: 'charterregular'; font-family: 'charterregular';