forked from SKCro/WebTV-HD
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServiceTemplate.html
43 lines (35 loc) · 1.6 KB
/
ServiceTemplate.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
<!DOCTYPE HTML>
<html><head>
<title>The Maintenance Page</title>
<link rel=stylesheet type=text/css href=../../css/style.css>
<link rel="shortcut icon" href=../../Icon.png>
<link rel=apple-touch-icon href=../../images/AppleTouchIcon.png>
<script src=../js/main.js></script>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="application-name" content="WebTV HD">
</head>
<body>
<audio id=clickSound src=../audio/click.mp3 preload=auto></audio>
<audio id=inputSound src=../audio/inputClick.mp3 preload=auto></audio>
<audio id=submitSound src=../audio/submitClick.mp3 preload=auto></audio>
<audio id=errorSound src=../audio/error.mp3 preload=auto></audio>
<audio id=panelUp src=../audio/up.mp3 preload=auto></audio>
<audio id=panelDown src=../audio/down.mp3 preload=auto></audio>
<div id=selectionbox></div>
<div class=sidebar style=background-color:#004488;>
<div class=sidebar-contents>
<img class="sidebar-logo clickable" src=../../images/WebTVJewel.svg alt="WebTV Logo." onClick="linkHandler('../../Home.html');">
<div class="sidebar-border bwgrad"></div>
<div class="sidebar-link clickable">Link</div>
<div class="sidebar-border bwgrad"></div>
</div>
<div class=bottom-right-image>
<img alt="Home (doesn't work)" src=../../images/Home.svg>
</div>
<div class=sidebar-shadow></div>
</div>
<div class=main-content>
<p>The following is a maintenance page because for the moment, WebTV HD Fork needs some major development and this github pages deployment has been put under Maintenance..</p>
</div>
</body></html>