mirror of
https://github.com/reality/dbot.git
synced 2025-02-09 02:54:22 +01:00
Css should work easy now.
This commit is contained in:
parent
68a450edb4
commit
e0dd59ac7d
@ -30,10 +30,6 @@ var webInterface = function(dbot) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
app.get('/css', function(req, res) {
|
|
||||||
res.render('styles.css', { 'layout': false });
|
|
||||||
});
|
|
||||||
|
|
||||||
app.listen(443);
|
app.listen(443);
|
||||||
|
|
||||||
return {
|
return {
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
html(lang: 'en')
|
html(lang: 'en')
|
||||||
head
|
head
|
||||||
meta(charset: 'utf-8')
|
meta(charset: 'utf-8')
|
||||||
link(rel: 'stylesheet', type: 'text/css', href: '/css')
|
link(rel: 'stylesheet', type: 'text/css', href: '/styles.css')
|
||||||
title Depressionbot web interface
|
title Depressionbot web interface
|
||||||
body
|
body
|
||||||
div#title Depressionbot web interface
|
div#title Depressionbot web interface
|
||||||
|
Loading…
Reference in New Issue
Block a user