-
Notifications
You must be signed in to change notification settings - Fork 3
/
iframe.html
31 lines (29 loc) · 1.56 KB
/
iframe.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>React template with qdt-components</title>
<!-- <meta http-equiv="content-type" content="text/html; charset=UTF-8"> -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8; X-Content-Type-Options=nosniff" />
<!-- <meta http-equiv="X-Content-Type-Options" content="'nosniff' always"> -->
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta http-equiv="cleartype" content="on">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="favicon.ico" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap.min.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/vs2015.min.css">
<!-- <base href="/"> -->
<!-- typekit fonts -->
<link rel="stylesheet" href="https://use.typekit.net/wdr8gkm.css">
</head>
<body>
<div class="container-fluid">
<iframe src="https://sense.eu.qlikcloud.com/single/?appid=1df128e1-fcd9-473a-a5c4-0fe544957d34&obj=jTuCwkB&opt=ctxmenu,currsel" style="border:none;width:100%;height:100%;"></iframe>
</div>
</body>
</html>