git ssb

3+

ev / sdash



Commit b7406ac4b3aee684884de5d6727c256e3e26f199

comment out styles, as they aren't working

Ev Bogue committed on 1/12/2017, 1:27:40 AM
Parent: 3a4d25efb5cc4deb27280b8d8c796052914bb64d

Files changed

index.jschanged
index.jsView
@@ -56,10 +56,10 @@
5656 function gotInvite() {
5757 res.end(
5858 h('html',
5959 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'))
6262 ),
6363 h('body',
6464 h('div.msg',
6565 h('p', {innerHTML: '<a href="' + liteURL + '#' + lite + '" rel="nofollow" target="_blank">'+ liteURL + '#' + lite + '</a>'})

Built with git-ssb-web