-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
70 lines (49 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>
SimpleCast Clients
</title>
<meta name="Client Link Page for SimpleCast" content="Download Infomation">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div id="simpleCastInfo">
<img id="simpleCastIcon" src="assets/logo-pallete.png">
<div id="simpleCastText">
SimpleCast Client Downloads
</div>
</div>
<table id="simpleCastDownloadsList">
<tr id="downloadListItem">
<td>
<img id="logoBannerImageSrc" src="assets/firefox.png">
</td>
<td id="itemText">
<a href="https://addons.mozilla.org/en-US/firefox/addon/simplecast-client/">
Firefox Extension
</a>
</td>
</tr>
<tr id="downloadListItem">
<td>
<img id="logoBannerImageSrc" src="assets/chromium.png">
</td>
<td id="itemText">
<a href="https://chromewebstore.google.com/detail/simplecast-client/djkiadgodeohlfhlgcchpkbcngimpioj">
Chrome Extension
</a>
</td>
</tr>
</table>
<div id="bottomBar">
<a id="barItemGithub" href="https://github.com/R0NAM1/SimpleCast">
SimpleCast Github
</a>
<a id="barItemronami" href="https://github.com/R0NAM1">
R0NAM1
</a>
</div>
</body>
</html>