-
Notifications
You must be signed in to change notification settings - Fork 2
/
help.html
48 lines (43 loc) · 1.23 KB
/
help.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
<html>
<head>
<title>ADS Carrom - Help</title>
</head>
<body>
<style>
body {
background: darkgray;
}
.page-break {
width: 100%;
height: 5px;
background: #000000;
}
</style>
<b><p style = "font-size: 36pt">HELP</p></b>
<div id="page-break" class="page-break"></div>
<div id = "manual">
<h2>System Requirements</h2>
<p style = "font-size: 18pt">You will need to have Chrome 4.0+, IE 9+, Microsoft Edge, Firefox 2.0+, Safari 3.1+, or Opera 9.0+.
<br>
If not, please proceed to
<a href="http://www.chrome.google.com">Chrome</a>
and install the most recent stable version for your operating system.
<br>
Your firewall can't block port 8000 unless you want to
play offline (you can still log in though)</p>
<h2>Installation Instructions</h2>
<p style = "font-size: 18pt">You do not need to install anything- just create an account
<br>
(this website will block IP's that try to crash the server)</p>
</div>
<font size = "4.5pt">
<h2>Other Questions? Contact:</h2>
<ul>
<li>Daniel Monroe ([email protected])</li>
<li>Sujay Swain ([email protected])</li>
<li>Aaron Mei ([email protected])</li>
<li>Clarence Lam ([email protected])</li>
</ul>
</font>
</body>
</html>