Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

Commit

Permalink
Add viewport tag for mobile browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
pixeltrix committed Mar 5, 2012
1 parent 15b54c2 commit 5d86724
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion 404.html
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Ruby on Rails: Not Found</title>
<meta charset="utf-8">
<meta name="viewport" content="width=800">
<link href="/styles.css" type="text/css" media="screen" rel="stylesheet">
<script type="text/javascript">
var _gaq = _gaq || [];
Expand Down
3 changes: 2 additions & 1 deletion _layouts/default.html
@@ -1,8 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>{{ page.title }}</title>
<meta charset="utf-8">
<meta name="viewport" content="width=800">
<link href="/styles.css" type="text/css" media="screen" rel="stylesheet">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
{% include google.html %}
Expand Down

0 comments on commit 5d86724

Please sign in to comment.