-
Notifications
You must be signed in to change notification settings - Fork 0
/
embed.html
42 lines (37 loc) · 1.65 KB
/
embed.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
40
41
42
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-80123550-2"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-80123550-2');
</script>
<title>WAS Embed</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="rework-styles.css">
<link href="https://fonts.googleapis.com/css?family=Josefin+Sans" rel="stylesheet">
</head>
<body>
<div class="w3-container w3-center w3-cell-middle">
<div class="w3-row">
<div class="w3-third w3-container w3-left-align">
<h2 class="w3-text-teal">Airspeed embed code</h2>
<div class="w3-code htmlHigh" style="width:50%;border-left:4px solid #009688 !important;">
<iframe src="http://worldsadrift.science/scripts/embed-airspeed.html" width="600" height="400"></iframe>
</div>
<p>Embed code only works on non-https websites!<br />This will be fixed as soon as possible.</p>
<h3 class="w3-text-teal">Preview:</h3>
<iframe src="http://worldsadrift.science/scripts/embed-airspeed.html" width="600" height="374" frameborder="0"></iframe>
</div>
<div class="w3-third w3-container">
</div>
<div class="w3-third w3-container">
</div>
</div>
</div>
</body>
</html>