-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbasicexample_iframe.html
More file actions
45 lines (35 loc) · 1.1 KB
/
Copy pathbasicexample_iframe.html
File metadata and controls
45 lines (35 loc) · 1.1 KB
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
43
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, user-scalable=0"
/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" href="example.css" />
<script async type="text/javascript" src="https://www.peakfinder.com/script/peakfinder.1.0.min.js"></script>
</head>
<body>
<div class="container">
<header>
<img
id="logo"
src="https://www.peakfinder.com/peakfinder.svg"
alt="PeakFinder Logo"
title="PeakFinder Logo"
height="30"
width="208"
/>
<br />
Demo Page iFrame
</header>
<div class="container iframecontainer" data-v-da55c300>
<iframe src="https://www.peakfinder.com/embed/?lat=42.8612&lng=-72.1092&name=Monadnock%20Mountain&ele=941&zoom=5&azi=255" frameborder="0" width="100%" height="570" name="peakfinder" data-v-da55c300></iframe>
</div>
<footer>
<p>Footer</p>
</footer>
</div>
</body>
</html>