Skip to content

Commit 090cf8d

Browse files
author
octocat
committed
First commit
0 parents  commit 090cf8d

File tree

3 files changed

+41
-0
lines changed

3 files changed

+41
-0
lines changed

README

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Follow the tutorial to learn how to fork this project.

forkit.gif

82.6 KB
Loading

index.html

+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2+
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3+
4+
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
5+
<head>
6+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
7+
8+
<title>untitled</title>
9+
<style type="text/css">
10+
* {
11+
margin:0px;
12+
padding:0px;
13+
}
14+
15+
#octocat {
16+
display: block;
17+
width:384px;
18+
margin: 50px auto;
19+
}
20+
21+
p {
22+
display:block;
23+
width: 400px;
24+
margin: 50px auto;
25+
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
26+
}
27+
28+
</style>
29+
</head>
30+
31+
<body>
32+
33+
<img src="forkit.gif" width="384" height="236" id="octocat">
34+
35+
<p>
36+
Fork me? No, fork you!
37+
</p>
38+
39+
</body>
40+
</html>

0 commit comments

Comments
 (0)