-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
36 lines (36 loc) · 1.23 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
<!DOCTYPE html>
<html lang="en" class="events events_landing locale-en">
<head>
<title>Description previewer</title>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<link
rel="stylesheet"
href="https://p-a.popcdn.net/assets/application-bf9a7acfad6fe08371cda120ec9984cfbaa33f9f615d5175fb1ab44eaa083610.css"
/>
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head>
<body class="event-view-theme">
<div class="bg-venue" style="background-image: url()"></div>
<div class="event-view">
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10 col-xs-12 event-container">
<div class="content-box">
<div class="spacer-sm visible-xs"></div>
<div id="event-main-content">
<iframe
width="100%"
height="3000"
src="description.html"
scrolling="no"
sandbox="allow-scripts allow-popups allow-forms allow-popups-to-escape-sandbox"
></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>