-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
55 lines (55 loc) · 1.17 KB
/
index.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
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>lilihi</title>
<meta name="keywords" content="recommendations,engine">
<meta name="description" content="Love It, Like It, Hate It">
<meta name="rating" content="General">
<meta name="distribution" content="Global">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">
<style type="text/css">
body {
overflow-y: scroll;
font-family: sans-serif;
}
img, main, pre > code {
display: block;
margin: 25px auto;
}
main {
padding: 20px;
max-width: 600px;
line-height: 1.6;
word-wrap: break-word;
}
img {
max-width: 100%;
}
pre > code {
padding: 20px;
white-space: pre-wrap;
}
code {
background: #eee;
padding: 2px;
}
blockquote {
border-left: 7px solid #ddd;
padding: 0 14px;
color: #666;
margin: 0;
}
h1, h2, h3, h4 {
line-height: 1.2;
}
hr {
border: 2px solid #ddd;
}
</style>
</head>
<body>
<h1>Love it, Like It, Hate It</h1>
</body>
</html>