Skip to content

Commit

Permalink
doctype html
Browse files Browse the repository at this point in the history
  • Loading branch information
The Octocat committed Mar 2, 2011
1 parent ed12290 commit f756e52
Showing 1 changed file with 25 additions and 26 deletions.
51 changes: 25 additions & 26 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,39 +1,38 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!DOCTYPE HTML>

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<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>
<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="" />

<p>
Fork me? No, fork you!
Fork me? No, fork you!
</p>

</body>
Expand Down

0 comments on commit f756e52

Please sign in to comment.