11 Commits

Author SHA1 Message Date
jomo
fe82720ff6 comply with html standards
image/x-icon is not a valid MIME type. the valid MIME for ico files is image/vnd.microsoft.icon.
the .ico file also contained 3 sizes (which we don't really need), which were poorly resized. One of the sizes actually had glitches, see https://i.imgur.com/OGWpggH.png

the /favicon.ico file remains, but contains only 1 image. The link/icon meta tag complies with the standard defined at
https://html.spec.whatwg.org/multipage/semantics.html#rel-icon. It links to favicon.png using image/png.

The ico file has been compressed to 1.1KB and the PNG is 0.5KB.
2014-11-09 23:19:46 +01:00
jomo
24fcc70973 add some meta tags 2014-11-09 22:05:58 +01:00
jomo
d4cb8e9aef useless menu is useless | mobile 2014-11-06 22:41:47 +01:00
jomo
7b93a1ef98 use CSS for 'fork me on github' banner 2014-11-06 22:40:45 +01:00
Jake
4b47be0bdd Serve from cdnjs 2014-11-05 21:35:19 -06:00
jomo
b7b07ffc04 useless menu is useless 2014-11-03 02:16:23 +01:00
jomo
ce8e194b45 mobile friendly website 2014-11-03 01:18:16 +01:00
jomo
a61ac9b6a4 Add favicon link 2014-10-30 01:35:26 +01:00
jomo
0ee2abf3f3 Fork me on GitHub! 2014-10-30 01:30:20 +01:00
Jake
dbe018e02d Create a basic home page 2014-10-19 11:57:23 -05:00
Jake
f088c17a8b init commit 2014-10-18 13:57:06 -05:00