Skip to content

Commit f756e52

Browse files
author
The Octocat
committed
doctype html
1 parent ed12290 commit f756e52

File tree

1 file changed

+25
-26
lines changed

1 file changed

+25
-26
lines changed

index.html

Lines changed: 25 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,38 @@
1-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2-
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
1+
<!DOCTYPE HTML>
32

4-
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
3+
<html>
54
<head>
6-
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
76

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>
7+
<title>untitled</title>
8+
<style type="text/css">
9+
* {
10+
margin:0px;
11+
padding:0px;
12+
}
13+
14+
#octocat {
15+
display: block;
16+
width:384px;
17+
margin: 50px auto;
18+
}
19+
20+
p {
21+
display:block;
22+
width: 400px;
23+
margin: 50px auto;
24+
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
25+
}
26+
27+
</style>
2928
</head>
3029

3130
<body>
3231

3332
<img src="forkit.gif" width="384" height="236" id="octocat" alt="" />
3433

3534
<p>
36-
Fork me? No, fork you!
35+
Fork me? No, fork you!
3736
</p>
3837

3938
</body>

0 commit comments

Comments
 (0)