-
Notifications
You must be signed in to change notification settings - Fork 1
/
sound.html
68 lines (62 loc) · 2.34 KB
/
sound.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
<!DOCTYPE html>
<html>
<head>
<title>THATCHER'S TECHBASE</title>
<link rel="shortcut icon" type="image/jpg" href="images/favicon.ico" />
<link href="css/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="main">
<div class="abitlessopaque">
<!-- navbar code needs to be on same line to avoid spacing issues -->
<p align="center">
<a href="index.html"><img src="images/logo.png" width="560px" /></a>
</p>
<p align="center">
<a class="navbar" href="get.html">Play</a>
<a class="navbarcurrent" href="sound.html">Soundtrack</a>
<a class="navbar" href="screens.html">Media</a>
<a class="navbar" href="support.html">Support</a>
<a class="navbar" href="credits.html">Credits</a>
</p>
</div>
<br />
<div class="abitopaque" align="center" style="width: 98%; padding: 2%">
<div align="center" class="headinggray">
ORIGINAL SOUNDTRACK BY BARRY✨『EPOCH』✨TOPPING!
</div>
<hr />
<div style="float: left; width: 40%">
<iframe
style="border: 0; width: 350px; height: 470px"
src="https://bandcamp.com/EmbeddedPlayer/album=1272975175/size=large/bgcol=333333/linkcol=e32c14/tracklist=false/transparent=true/"
seamless
><a href="https://nostoppingepoch.bandcamp.com"
>THATCHER'S TECHBASE ORIGINAL SOUNDTRACK by Barry
"Epoch" Topping</a
></iframe
>
</div>
<p style="text-align: left; margin-top: 5%">
The hellish THATCHER'S TECHBASE ORIGINAL SOUNDTRACK by Barry Topping
is available now!
<br /><br />
Includes three different ways to enjoy with full band 20XX, Roland
Sound Canvas SC-55 and MIDI versions!
<br /><br />
THATCHER'S TECHBASE (20XX / SC-55 / MIDI)<br />
L2VN (20XX / SC-55 / MIDI)<br />
EXIT POLL (20XX / SC-55 / MIDI)<br />
WHITEHELL (20XX / SC-55 / MIDI)
<br /><br />
Available now, name your price at
<a href="https://nostoppingepoch.bandcamp.com"
>nostoppingepoch.bandcamp.com</a
>
</p>
<br /><br /><br />
</div>
</div>
<br />
</body>
</html>