Skip to content

Commit

Permalink
Revert "Merged pull request octocat#9."
Browse files Browse the repository at this point in the history
This reverts commit bdd3996, reversing
changes made to fd0a1b2.
  • Loading branch information
huandaolu committed Aug 13, 2013
1 parent 83c2cf5 commit c026be7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions index.html
@@ -1,10 +1,14 @@
<!DOCTYPE html>
<!DOCTYPE HTML>

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>

<<<<<<< HEAD
<title>untitled</title>
=======
<title>Untitled</title>
>>>>>>> parent of bdd3996... Merged pull request #9.
<style type="text/css">
* {
margin:0px;
Expand All @@ -18,7 +22,7 @@
}

p {
display: block;
display:block;
width: 400px;
margin: 50px auto;
font: 30px Monaco,"Courier New","DejaVu Sans Mono","Bitstream Vera Sans Mono",monospace;
Expand All @@ -29,7 +33,7 @@

<body>

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

<p>
Fork me? No, fork you!
Expand Down

0 comments on commit c026be7

Please sign in to comment.