Skip to content

Commit

Permalink
lowercase doctype html, uppercase untitled, no width/height on img, s…
Browse files Browse the repository at this point in the history
…pace after css
Alex Xu committed Mar 27, 2011

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent f756e52 commit fd0a1b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<!DOCTYPE HTML>
<!DOCTYPE html>

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

<title>untitled</title>
<title>Untitled</title>
<style type="text/css">
* {
margin:0px;
@@ -18,7 +18,7 @@
}

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

<body>

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

<p>
Fork me? No, fork you!

0 comments on commit fd0a1b2

Please sign in to comment.