change refresh time to reduce mobile data
This commit is contained in:
parent
e9eb7db627
commit
ca6ed90efc
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@
|
|||
<link type="text/css" rel="stylesheet" media="all" href="bootstrap/css/bootstrap.min.css" />
|
||||
<link type="text/css" rel="stylesheet" media="all" href="bootstrap/css/bootstrap-theme.min.css" />
|
||||
<link type="text/css" rel="stylesheet" media="all" href="style.css" />
|
||||
<meta http-equiv="refresh" content="60" />
|
||||
<meta http-equiv="refresh" content="120" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<script type="text/javascript" src="clock.js"></script>
|
||||
</head>
|
||||
|
|
Loading…
Reference in a new issue