Commit b7406ac4b3aee684884de5d6727c256e3e26f199
comment out styles, as they aren't working
Ev Bogue committed on 1/12/2017, 1:27:40 AMParent: 3a4d25efb5cc4deb27280b8d8c796052914bb64d
Files changed
index.js | changed |
index.js | |||
---|---|---|---|
@@ -56,10 +56,10 @@ | |||
56 | 56 … | function gotInvite() { | |
57 | 57 … | res.end( | |
58 | 58 … | h('html', | |
59 | 59 … | h('head', | |
60 | - h('title', title), | ||
61 | - h('style', fs.readFileSync('./style.css', 'utf8')) | ||
60 … | + h('title', title) | ||
61 … | + // h('style', fs.readFileSync('./style.css', 'utf8')) | ||
62 | 62 … | ), | |
63 | 63 … | h('body', | |
64 | 64 … | h('div.msg', | |
65 | 65 … | h('p', {innerHTML: '<a href="' + liteURL + '#' + lite + '" rel="nofollow" target="_blank">'+ liteURL + '#' + lite + '</a>'}) | |
Built with git-ssb-web