Skip to content

Commit

Permalink
mobile friendly
Browse files Browse the repository at this point in the history
  • Loading branch information
巴思 committed Nov 23, 2014
1 parent 0348b12 commit dbbb5ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions views/layouts/main.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="format-detection" content="telephone=no">
<title>害羞组爬虫</title>
<script type="text/javascript">
if (location.protocol == 'http:' && location.hostname !== 'localhost') {
Expand Down

0 comments on commit dbbb5ad

Please sign in to comment.