Commit 4f3279876db7227c1edccc514dc29433d4e77817
fix styles in both views
Ev Bogue committed on 1/12/2017, 2:40:52 AMParent: d722ee9ed13150208b5992caafe81eac10f525a9
Files changed
index.js | changed |
index.js | ||
---|---|---|
@@ -58,10 +58,10 @@ | ||
58 | 58 … | function gotInvite() { |
59 | 59 … | res.end( |
60 | 60 … | h('html', |
61 | 61 … | h('head', |
62 | - h('title', title) | |
63 | - // h('style', fs.readFileSync('./style.css', 'utf8')) | |
62 … | + h('title', title), | |
63 … | + h('style', style) | |
64 | 64 … | ), |
65 | 65 … | h('body', |
66 | 66 … | h('div.msg', |
67 | 67 … | h('p', {innerHTML: '<a href="' + liteURL + '#' + lite + '" rel="nofollow" target="_blank">'+ liteURL + '#' + lite + '</a>'}) |
Built with git-ssb-web