Merge change 20356

* changes:
  Add viewport meta tag to our staged failure code so that they will render correctly.
This commit is contained in:
Android (Google) Code Review
2009-08-06 17:02:00 -07:00
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; }