git ssb

3+

ev / sdash



Commit 4f3279876db7227c1edccc514dc29433d4e77817

fix styles in both views

Ev Bogue committed on 1/12/2017, 2:40:52 AM
Parent: d722ee9ed13150208b5992caafe81eac10f525a9

Files changed

index.jschanged
index.jsView
@@ -58,10 +58,10 @@
5858 function gotInvite() {
5959 res.end(
6060 h('html',
6161 h('head',
62- h('title', title)
63- // h('style', fs.readFileSync('./style.css', 'utf8'))
62 + h('title', title),
63 + h('style', style)
6464 ),
6565 h('body',
6666 h('div.msg',
6767 h('p', {innerHTML: '<a href="' + liteURL + '#' + lite + '" rel="nofollow" target="_blank">'+ liteURL + '#' + lite + '</a>'})

Built with git-ssb-web