add style.css
This commit is contained in:
parent
e965bfac46
commit
75066049e7
4 changed files with 14 additions and 4 deletions
4
includes/css/style.css
Normal file
4
includes/css/style.css
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
body {
|
||||||
|
border: dotted 2px black;
|
||||||
|
padding:1em;
|
||||||
|
}
|
|
@ -1,3 +1,3 @@
|
||||||
//- includes/foot.pug
|
//- includes/foot.pug
|
||||||
footer#footer
|
footer#footer
|
||||||
p Copyright (c) HacklabBO
|
p Credits: CC v4.0 BY-NC-SA http://ecn.org/xm24/ , http://hackordie.gattini.ninja , www.hackmeeting.org ,contact us: hord.cal@posta.indivia.net (?) - Fork us on http://git.lattuga.net/hacklabbo/2017lunario - Visit the web project to confirm the dates: http://hackordie.gattini.ninja/2017lunario/
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
//- includes/head.pug
|
//- includes/head.pug
|
||||||
head
|
head
|
||||||
2017 lunario
|
title 2017 lunario
|
||||||
|
style
|
||||||
|
include css/style.css
|
||||||
script(src='/javascripts/jquery.js')
|
script(src='/javascripts/jquery.js')
|
||||||
script(src='/javascripts/app.js')
|
script(src='/javascripts/app.js')
|
||||||
|
|
|
@ -2,6 +2,10 @@ doctype html
|
||||||
html
|
html
|
||||||
include includes/head.pug
|
include includes/head.pug
|
||||||
body
|
body
|
||||||
h1 2017 - 0x7E1 - 3741 - 11111100001
|
h1 2017 - 0x7E1 - 3741 - 11111100001
|
||||||
p 4° year After Snowden's age
|
h2 4
|
||||||
|
sup th
|
||||||
|
year year of After Snowden's age
|
||||||
|
p Year of 365 days - 1 month of 28, 4 of 30, 7 of 31 -
|
||||||
|
p Lunario di hacklabBO v0.1 alfa - thinked on Earth, crafted in the Net
|
||||||
include includes/foot.pug
|
include includes/foot.pug
|
||||||
|
|
Loading…
Reference in a new issue