Skip to content

Commit

Permalink
Added meta to auto resize
Browse files Browse the repository at this point in the history
  • Loading branch information
votreeshwaran committed May 20, 2020
1 parent abd4ec4 commit 2f03a0d
Showing 1 changed file with 4 additions and 15 deletions.
19 changes: 4 additions & 15 deletions template/sqstat_html.tpl
Original file line number Diff line number Diff line change
@@ -1,25 +1,12 @@

<!DOCTYPE html>
<html>
<head>
<style>
/* This stylesheet sets the width of all images to 100%: */
img {
width: 100%;
}
<br>
<br>
<br>
<!-- Code for Downtime maintainance Timer -->

<!DOCTYPE HTML>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
body{
text-align: center;
text-align: left;
background: #fff;
font-family: sans-serif;
font-weight: 100;
Expand Down Expand Up @@ -142,6 +129,7 @@ if (t < 0) {
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
Expand Down Expand Up @@ -224,6 +212,7 @@ if (t < 0) {
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="text/javascript" src="https://www.gstatic.com/charts/loader.js"></script>
<script type="text/javascript">
Expand Down

0 comments on commit 2f03a0d

Please sign in to comment.