Skip to content

Commit

Permalink
iOS Captive portal fix
Browse files Browse the repository at this point in the history
  • Loading branch information
peteruithoven committed May 14, 2014
1 parent 0acf442 commit 248de72
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions www/redirect.html → www/404.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,3 @@
<!DOCTYPE html>
<html>
<head>
<title>Doodle3D 404</title>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="icon" type="image/ico" href="favicon_alt.ico"/>
<link href="./img/webpage_icons/apple-touch-icon-144x144-precomposed.png" rel="apple-touch-icon-precomposed" sizes="144x144" />
<meta id="Viewport" name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=no">

<link href="css/styles.min.css" rel="stylesheet" media="screen">
<link href="css/debug.min.css" rel="stylesheet" media="screen">

</head>
<body id="page404">

<div id="landscape" class="clearfix">

<!-- background images -->
Expand Down Expand Up @@ -44,7 +26,4 @@
</div>
<div id="portrait">
<img class="vertImage" src="img/bg_vertical.png"/>
</div>

</body>
</html>
</div>

0 comments on commit 248de72

Please sign in to comment.