Add viewport meta tag to our staged failure code so that they will render correctly.

This commit is contained in:
Grace Kloba
2009-08-06 16:52:14 -07:00
parent 6bfe14dea2
commit 3ef554e6fb
2 changed files with 2 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>Web page not available</title>
<style type="text/css">
body { margin-top: 0px; padding-top: 0px; }

View File

@@ -1,5 +1,6 @@
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no"/>
<title>Web page not available</title>
<style type="text/css">
body { margin-top: 0px; padding-top: 0px; }