Skip to content

Commit

Permalink
added character encoding and updated some code to bring it up to html5
Browse files Browse the repository at this point in the history
compliant
  • Loading branch information
myano committed Aug 14, 2012
1 parent 162a4c5 commit 06a72a4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.html
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link rel="canonical" href="https://duckduckgo.com/" />
<meta name="description" content="New search engine with better results and less garbage.">
<meta name="keywords" content="search,search engine,new search engine">
Expand Down Expand Up @@ -45,9 +46,9 @@
<body>
<br />
<div style="width:600px;margin:auto;text-align:center;">
<input type="text" id="hidden_input" style="display: none;" tabindex="0" /><img id="cursor" src="cursor.png" width=15px height=21px style="display: none;" alt="cursor"/>
<input type="text" id="hidden_input" style="display: none;" tabindex="0" /><img id="cursor" src="cursor.png" width="15" height="21" style="display: none;" alt="cursor"/>
<div class="lmddgtfy">Let me</div>
<a href="/"><img src="logo_homepage.normal.v101.png" alt="Search Engine Duck Duck Go" style="margin-top:20px;margin-bottom:30px;" width=202px height=160px /></a>
<a href="/"><img src="logo_homepage.normal.v101.png" alt="Search Engine Duck Duck Go" style="margin-top:20px;margin-bottom:30px;" width="202" height="160" /></a>
<div class="lmddgtfy" id="foryou">that for you</div>
<form name="x" action="/">
<div style="border:1px solid #ff6666;border-top:1px solid #ff6666;width:390px;margin:auto;">
Expand Down

0 comments on commit 06a72a4

Please sign in to comment.