diff options
-rw-r--r-- | lib/util.js | 2 | ||||
-rw-r--r-- | static/hermie.ico | bin | 0 -> 51262 bytes |
2 files changed, 1 insertions, 1 deletions
diff --git a/lib/util.js b/lib/util.js index d0ab97a..0a6356c 100644 --- a/lib/util.js +++ b/lib/util.js @@ -38,7 +38,7 @@ u.toHTML = function (el) { return h('div', el).innerHTML } var html = el.outerHTML || String(el) - if (el.nodeName === 'html') html = '<!doctype html>' + html + '\n' + if (el.nodeName === 'html') html = '<!doctype html><link rel="icon" href="static/hermie.ico" type="image/x-icon"/>' + html + '\n' return html } diff --git a/static/hermie.ico b/static/hermie.ico Binary files differnew file mode 100644 index 0000000..487855e --- /dev/null +++ b/static/hermie.ico |