-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathseattlepoppunkfestival.html
51 lines (41 loc) · 1.51 KB
/
seattlepoppunkfestival.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
51
<html>
<head>
<title>Seattle Pop Punk Festival</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge; chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="HandheldFriendly" content="True" />
<link rel="shortcut icon" href="favicon.ico" />
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="css/fa/css/font-awesome.min.css">
<script type="text/javascript" src="/js/jquery-2.1.3.min.js"></script>
<script type="text/javascript" src="/js/bootstrap.min.js"></script>
<script type="text/javascript" src="/js/script.js"></script>
<style>
.main{
/* position: absolute; */
max-width: 100%;
}
body{
background-color:white;
}
</style>
</head>
<body>
<H1>
<!-- SEATTLE POP PUNK FESTIVAL 2018 -->
</H1>
<img class="main" src="/fil/poppunk.jpg"></img>
<p>
<ul>
<h2>
Tickets:
</h2>
<li><a href="http://www.ticketfly.com/purchase/event/1577416">Day 1 - Friday January 19th 2018 - $10</a></li>
<li><a href="http://www.ticketfly.com/purchase/event/1577417">Day 2 - Saturday January 20th 2018- $10</a></li>
<li><a href="https://www.ticketfly.com/purchase/event/1577418">2 day pass - $20</a></li>
</ul>
</p>
</body>
</html>