-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (47 loc) · 2.12 KB
/
index.html
File metadata and controls
58 lines (47 loc) · 2.12 KB
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">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="good-styles.css">
<title>Old Digibox Website Portal</title>
</head>
<body>
<iframe allow="autoplay" style="display:none" id="player" type="audio/mpeg">
</iframe>
<center>
<div class="logo-contain">
<img class="logo-img" src="olddigibox.png" width="250" height="63" />
<span class="logo-text">Website Portal</span>
<hr>
</div>
</center>
<div class="content">
<div class="sub-content">
<h3>Main website</h3>
<a href="https://olddigibox.com">Old Digibox</a>
</div>
<div class="sub-content">
<h3>A web browser re-creation of the Sky EPG TV Guide.</h3>
<a href="https://olddigibox.github.io/sky-web-epg" target="_blank">Sky Web EPG</a>
</div>
<div class="sub-content">
<h3>A simple website you can use to look up the model of your Sky box<br />based on your version number</h3>
<a href="https://olddigibox.github.io/sky-box-lookup" target="_blank">Sky Box Lookup</a>
</div>
<div class="sub-content">
<h3>This album contains the tracks added exclusively to the Sky Web EPG! <br /> Buy now for <strong>£7.99!</strong></h3>
<a href="https://brysonrecords.bandcamp.com/album/sky-web-epg" target="_blank">Sky Web EPG - The Album</a>
</div>
<div class="sub-content">
<h3>An extra collection of exclusive tracks for the Sky Web EPG.<br />Buy now for <strong>£7.99!</strong></h3>
<a href="https://brysonrecords.bandcamp.com/album/sky-web-epg-2" target="_blank">Sky Web EPG 2</a>
</div>
<div class="sub-content">
<h3>Where Old Digibox gets some of its exclusive music from</h3>
<a href="https://brysonrecords.github.io/webpublishing" target="_blank">Bryson Records Web Publishing</a>
</div>
</div>
<script src="epgsongs.js"></script>
</body>
</html>