-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
34 lines (23 loc) · 848 Bytes
/
index.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
<!-- Dummy file to initially try and workaround Heroku buildpacks -->
<!-- index.html -->
<HEAD>
<meta content="text/html; charset=utf-8" http-equiv="Content-type" />
<title>MILLIWAX | The Online Record Store </title>
<link href="./basic.css" rel="stylesheet" />
<link href="https://www.milliwax.com/favicon.ico" rel="shortcut icon" type="image/x-icon" />
</HEAD>
<BODY>
<div class="header-main">
<a class="header-logo" href="https://www.milliwax.com"></a>
<h1>Milliwax was always going to be an online Record Store</h1>
<h3>Others have done that so much better.</h3>
</div>
<p>Here are some records that I think you should consider buying.</p>
<ul>
<li>Rainbow Rising - Rainbow</li>
<li>Sad Wings of Destiny - Judas Priest</li>
<li>Northern Exposure - Sasha and Digweed</li>
</ul>
<br>
Footer goes here.<br>
</BODY>