diff options
Diffstat (limited to 'index.html.coffee')
| -rw-r--r-- | index.html.coffee | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html.coffee b/index.html.coffee index 96c051f..ca09ff7 100644 --- a/index.html.coffee +++ b/index.html.coffee @@ -23,6 +23,7 @@ icon = "data:image/x-icon;base64," + (new Buffer(fs.readFileSync(icon))).toStrin htmlcup.html5Page -> @head -> + @link rel:"shortcut icon", href:icon @title title @style type: "text/css", '''' |
