-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_old.html
26 lines (20 loc) · 964 Bytes
/
index_old.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<head>
<title>PHS Interactive Map</title>
<link rel="stylesheet" href="/js_css/viewer/viewer_desktop_styles.css">
<script src='/js_css/index/index.js'></script>
</head>
<body>
<img style='margin-left: auto; margin-right: auto; width: 50%; display: block;' src='/img/logo.webp'>
<!-- background page -->
<h1 style='text-align: center'>Launching application...</h1>
<hr>
<!-- ns -->
<noscript><h1>This application relies on Javascript. You will have to enable it to proceed.</h1></noscript>
<!-- version select-->
<div id='version_select' hidden>
<h1>Would you like to launch the current version of this application or a new version?</h1>
<p>(Your preference will automatically be saved.)</p>
<button id='vers1' onclick='setCookie("version_preference", "1", 400); window.location.reload()'>Current version</button>
<button id='vers1' onclick='setCookie("version_preference", "2", 400); window.location.reload()'>Experimental version</button>
</div>
</body>