-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathembeded.html
50 lines (46 loc) · 1.36 KB
/
embeded.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
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>ФRuŠKać</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootswatch/3.3.7/paper/bootstrap.min.css"/>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
<style>
iframe {
border: none;
width: 100%;
height: 300px;
border-radius: 3px;
}
</style>
</head>
<body>
<div class="container">
<h3 class="text-muted">ФRuŠKać</h3>
<div class="well">
<h3>Location</h3>
<div class="row">
<div class="col-md-6">
<iframe src="embed.html?f=locations:lakes:1" allowfullscreen></iframe>
</div>
<div class="col-md-6">
<h4>Spring One</h4>
</div>
</div>
</div>
<div class="well">
<h3>Track</h3>
<div class="row">
<div class="col-md-6">
<iframe src="embed.html?f=marathons:marathon-one" allowbrand="false"
style="height:450px"></iframe>
</div>
<div class="col-md-6">
<h4>Marathon One</h4>
</div>
</div>
</div>
</div>
</body>
</html>