mirror of
https://github.com/lumapu/ahoy.git
synced 2025-04-30 02:36:20 +02:00
Update visualization.html
add support for apple web app
This commit is contained in:
parent
fbef2cc28a
commit
4062fc50f8
1 changed files with 1 additions and 0 deletions
|
@ -4,6 +4,7 @@
|
|||
<title>Index - {DEVICE}</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<script type="text/javascript">
|
||||
getAjax('/livedata', 'livedata');
|
||||
window.setInterval("getAjax('/livedata', 'livedata')", {JS_TS});
|
||||
|
|
Loading…
Add table
Reference in a new issue