This repository was archived by the owner on Mar 25, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
54 lines (43 loc) · 1.7 KB
/
index.php
File metadata and controls
54 lines (43 loc) · 1.7 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
<html>
<head>
<title>FAQ</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Content-type" content="text/html;charset=UTF-8">
<link rel="stylesheet" type="text/css" href="css/index.css">
<link rel="stylesheet" type="text/css" href="css/bulma.css">
<link rel="stylesheet" type="text/css" href="css/fontawesome-all.min.css">
</head>
<body>
<h1 id="title"><i class="fas fa-question-circle"></i> Frequently Asked Questions</h1>
<div class="columns">
<div class="column">
<p class="pay"><i class="fas fa-credit-card"></i> Payments</p>
<section class="list">
<ul id="fullwidth">
<a href="docs/how-to-cancel-payments.php" id="linklist"><li><i class="fas fa-ban"></i> How to cancel payments</li></a>
<li id="light"><i class="fas fa-question"></i> How do I pay?</li>
</ul>
</section>
</div>
<div class="column">
<p class="managementpanel"><i class="fas fa-columns"></i> Control Panel</p>
<section class="list">
<ul id="fullwidth">
<a href="docs/how-to-start-stop-refresh.php" id="linklist"><li><i class="fas fa-play"></i> How to start/stop/refresh server</li></a>
<li id="light"><i class="fas fa-cogs"></i> Configuration analysis</li>
<li><i class="fas fa-user-plus"></i> How to add users to authentication list</li>
</ul>
</section>
</div>
</div>
<footer class="footer">
<div class="container">
<div class="content has-text-centered">
<p>
<strong>FAQ</strong> by <a href="https://cover6.net/">Cover6</a> Copyright © 2018 Cover6. All Rghts Reserverd.
</p>
</div>
</div>
</footer>
</body>
</html>