-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
97 lines (92 loc) · 3.54 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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
<title>DEAR ASSASSIN</title>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS v5.2.1 -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<header>
<!-- place navbar here -->
</header>
<main>
<div class="container">
<div
class="row flex-column justify-content-center align-content-center"
>
<h1>DEAR ASSASSIN</h1>
</div>
<div class="row justify-content-center align-content-center">
<p>
<a href="https://dear-assassin-merch-store.myshopify.com/" class="m-1">
<b> MERCH </b>
</a>
<a href="https://www.reverbnation.com/dearassassin" class="m-1">
Reverb Nation
</a>
<a
href="https://www.youtube.com/user/DearAssassinBand/featured"
class="m-1"
>
Youtube
</a>
<a href="https://Tiktok.com/@dearassassin" class="m-1"> Tiktok </a>
<a href="https://www.facebook.com/dearassassinband" class="m-1">
Facebook
</a>
<a href="https://dear-assassin-merch-store.myshopify.com/" class="m-1">
<b> MERCH </b>
</a>
</p>
<p>
<iframe style="border: 0; width: 50%; height: 42px;" src="https://bandcamp.com/EmbeddedPlayer/track=2443254326/size=small/bgcol=333333/linkcol=0f91ff/transparent=true/" seamless><a href="https://dearassassin1.bandcamp.com/track/the-devils-run">The Devils Run by Dear Assassin</a></iframe>
</p>
</div>
<div class="row justify-content-center align-content-center box">
<div class="col-md-6 da01"></div>
<div class="da02 col-md-6 justify-content-center align-items-center">
<p>
We at Dear Assassin would like to thank all of our new fans and of
course our long time fans for listening and liking our band. We
have been working very hard on putting together music we hope you
love as much as we do. Listen for us as we may be invading your
town and partying down, if you want us to tear up your city,
village, or wherever the hell you live, then leave us a message
and it may happen. Your friends, *Dear Assassin*
</p>
<p>
<a href="mailto:[email protected]">Contact Email</a>
</p>
</div>
</div>
</div>
</main>
<footer>
<!-- place footer here -->
</footer>
<!-- Bootstrap JavaScript Libraries -->
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-oBqDVmMz9ATKxIep9tiCxS/Z9fNfEXiDAYTujMAeBAsjFuCZSmKbSSUnQlmh/jp3"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js"
integrity="sha384-7VPbUDkoPSGFnVtYi0QogXtr74QeVeeIs99Qfg5YCF+TidwNdjvaKZX19NZ/e6oz"
crossorigin="anonymous"
></script>
</body>
</html>