-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathlayout.html
49 lines (49 loc) · 1.42 KB
/
layout.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
!!!
html
head
title = "Monitoring Sucks"
style(type='text/css')
* {
line-height: 1.3;
}
h1,h2 {
text-align: center;
}
#entry {
max-width:70%;
padding: auto;
margin-right: auto;
margin-left: auto;
}
#project {
text-align: center;
font-size: 1.6em;
padding: 3;
}
#blogs {
text-align: center;
font-size: 1.2em;
padding: 5 5 5 10;
}
#blog {
text-align: center;
font-size: 1.2em;
padding: 5 5 5 1em;
}
ul { list-style-type: none; }
*[id*='desc'] {
text-align: center;
font-size: 1em;
padding: auto;
}
script(type='text/javascript')
function toggle(somediv) {
if ( document.getElementById(somediv).style.display == 'none' ) {
document.getElementById(somediv).style.display = 'block';
} else {
document.getElementById(somediv).style.display = 'none';
};
}
body
<a href="http://github.com/monitoringsucks"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://a248.e.akamai.net/assets.github.com/img/7afbc8b248c68eb468279e8c17986ad46549fb71/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67" alt="Fork me on GitHub"></a>
!= body