Add viewport meta tag to our staged failure code so that they will render correctly.
This commit is contained in:
@@ -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; }
|
||||
|
||||
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user