-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.php
58 lines (44 loc) · 4.43 KB
/
main.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Nekrofilth - Main</title>
<meta name="description" content="Nekrofilth" />
<meta name="author" content="Zack Rose" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-alpha/css/bootstrap.min.css">
<link rel="stylesheet" href="css/dropit.css" />
<link rel="stylesheet" href="css/style.css" />
<script src="js/jquery-2.1.4.js"></script>
<script src="js/dropit.js"></script>
<script src="js/simpleCart.js"></script>
</head>
<body>
<?php include_once("analyticstracking.php") ?>
<main>
<?php include("header.php"); ?>
<section class="primary">
<header>
<h1>General News</h1>
<p>Published: 24 November 2015</p>
</header>
<article>
<h1>Welcome to the Nekrofilth website!</h1>
<h2 style="margin-bottom:1em;">Not much to report on right now, but more will be here in the future.</h2>
<h1 style="margin-bottom:1.5em; margin-right:0"><a href="store.php?directed=Main" class="greenlink">Check out the Store</a></h1>
<iframe style="border: 0; width: 50%; height: 7.5em; opacity: .75;" src="https://bandcamp.com/EmbeddedPlayer/album=1931631055/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="http://nekrofilth.bandcamp.com/album/gravehill-split">Gravehill Split by Nekrofilth</a></iframe>
<iframe style="border: 0; width: 50%; height: 7.5em; opacity: .75;" src="https://bandcamp.com/EmbeddedPlayer/track=2243906709/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="http://nekrofilth.bandcamp.com/track/cross-me-fool-razor-cover">Cross Me Fool (Razor Cover) by Nekrofilth</a></iframe>
<iframe style="border: 0; width: 50%; height: 7.5em; opacity: .75;" src="https://bandcamp.com/EmbeddedPlayer/album=4090019319/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="http://nekrofilth.bandcamp.com/album/filling-my-blood-with-poison">Filling My Blood With Poison... by Nekrofilth</a></iframe>
<iframe style="border: 0; width: 50%; height: 7.5em; opacity: .75;" src="https://bandcamp.com/EmbeddedPlayer/album=891943977/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="http://nekrofilth.bandcamp.com/album/acid-brain">Acid Brain by Nekrofilth</a></iframe>
<iframe style="border: 0; width: 50%; height: 7.5em; opacity: .75;" src="https://bandcamp.com/EmbeddedPlayer/album=3222928577/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="http://nekrofilth.bandcamp.com/album/devils-breath">Devil's Breath by Nekrofilth</a></iframe>
<iframe style="border: 0; width: 50%; height: 7.5em; opacity: .75;" src="https://bandcamp.com/EmbeddedPlayer/album=727342420/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="http://nekrofilth.bandcamp.com/album/street-bitch">Street Bitch by Nekrofilth</a></iframe>
<iframe style="border: 0; width: 50%; height: 7.5em; opacity: .75;" src="https://bandcamp.com/EmbeddedPlayer/album=2965211794/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="http://nekrofilth.bandcamp.com/album/shock-troopers">Shock Troopers by Nekrofilth</a></iframe>
<iframe style="border: 0; width: 50%; height: 7.5em; opacity: .75;" src="https://bandcamp.com/EmbeddedPlayer/album=2208986352/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="http://nekrofilth.bandcamp.com/album/throne-of-sluts">Throne of Sluts by Nekrofilth</a></iframe>
<iframe style="border: 0; width: 50%; height: 7.5em; opacity: .75;" src="https://bandcamp.com/EmbeddedPlayer/album=1581856411/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/transparent=true/" seamless><a href="http://nekrofilth.bandcamp.com/album/worship-destruction">Worship Destruction by Nekrofilth</a></iframe>
</article>
</section>
<footer>
<p>© Nekrofilth 2015</p>
</footer>
</main>
</body>
</html>