forked from octocat/Spoon-Knife
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (30 loc) · 655 Bytes
/
index.html
File metadata and controls
39 lines (30 loc) · 655 Bytes
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
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>untitled</title>
<style type="text/css">
* {
margin:0px;
padding:0px;
}
#octocat {
display: block;
width:384px;
margin: 50px auto;
}
p {
display:block;
width: 400px;
margin: 50px auto;
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
}
</style>
</head>
<body>
<img src="forkit.gif" width="384" height="236" id="octocat" alt="Fork me? No, fork you!" />
<p>
Fork me? No, fork you!
</p>
</body>
</html>