Skip to content

Commit

Permalink
fixed meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tcatm committed Feb 21, 2011
1 parent 2a6ba9e commit ee9922e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head> <head>
<title>Bitcoin</title> <title>Bitcoin</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" /> <meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<link rel="stylesheet" href="mobile.css" type="text/css" media="handheld, only screen and (max-device-width:700px)" /> <link rel="stylesheet" href="mobile.css" type="text/css" media="handheld, only screen and (max-device-width:700px)" />
<link rel="stylesheet" href="style.css" type="text/css" /> <link rel="stylesheet" href="style.css" type="text/css" />
<script type="text/javascript" src="lib/jquery-1.4.4.min.js"></script> <script type="text/javascript" src="lib/jquery-1.4.4.min.js"></script>
Expand Down

0 comments on commit ee9922e

Please sign in to comment.