-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
39 lines (29 loc) · 1.61 KB
/
index.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
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=10.0, minimum-scale=0.25, user-scalable=yes"/>
<meta name="google-site-verification" content="xznKPpXWFFA61qSWOijThP1Y-EminAIfe3MOv_lb0DU" />
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<title>MHRS-Monster Database</title>
<meta name="description" content="A Monster Hunter Rise Sunbreak Database. View monster hitzone values (HZV) and calculated flinch, break, and status values based on quest modifiers.">
<meta name="keywords" content="MHR, MHRS, Rise Database, Sunbreak Database, HZV, Quest">
<script>
document.addEventListener('DOMContentLoaded', function() {
var query = window.location.search;
document.getElementById("monFrame").src = "https://script.google.com/macros/s/AKfycbz1dg1tipDE3EIjedZ1vZLop5xfJQIjuOh930LR2mclNT8Zc77pxkfy73C8tT_zfgas/exec" + query;
var uri = window.location.toString();
if (uri.indexOf("?") > 0) {
var clean_uri = uri.substring(0, uri.indexOf("?"));
window.history.replaceState(null, document.title, clean_uri);
}
});
</script>
</head>
<body>
<iframe id="monFrame" src="https://script.google.com/macros/s/AKfycbz1dg1tipDE3EIjedZ1vZLop5xfJQIjuOh930LR2mclNT8Zc77pxkfy73C8tT_zfgas/exec"
style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
</iframe>
</body>
</html>