HRConvert2/DATA/index.html
zelon88 00728e12f6
v0.8.4 - Working on main functionality.
-v0.8.4.
-Remove HRC2 integration.
-Fix typos with sesHash duplicate detection and mitigation.
-Update index.html.
2018-03-18 01:14:47 -04:00

30 lines
No EOL
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en-US">
<title>HRConvert2 | HRConvert2 Authentication</title>
<body>
<div id="outer" align="center"><h1>Configuring HRConvert2 ...</h1>
<div id="inner" style="position:absolute; top:50%; left:50%; height:10em; margin-top:-5em; margin-right:5em;"><strong>Please wait . . .</strong></div>
</div>
<script type="text/javascript">
// Set the URL below to the page the user is sent to if their screensize is UNDER the specified number of pixels.
if (screen.width <= 699) { document.location = "/HRProprietary/HRConvert2/convertCore.php"; }
// / Set the URL below to the page the user is sent to if their screensize is OVER the specified number of pixels.
if (screen.width >= 700) { document.location = "/HRProprietary/HRConvert2/convertCore.php"; }
// Iphone page.
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPhone/i))) {
location.replace("/HRProprietary/HRConvert2/convertCore.php"); }
// Ipod page.
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i))) {
location.replace("/HRProprietary/HRConvert2/convertCore.php"); }
// Ipad Page.
if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPad/i))) {
location.replace("/HRProprietary/HRConvert2/convertCore.php"); }
</script>
<meta id="IfNothingHappens" http-equiv="refresh" content="5"; url="/HRProprietary/HRConvert2/convertCore.php" >
</body>
</html>