-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathFAQ.html
More file actions
107 lines (107 loc) · 3.19 KB
/
FAQ.html
File metadata and controls
107 lines (107 loc) · 3.19 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Phoenix Network - Blog</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="assets/css/index.css">
<link rel="icon" type="image/png" href="assets/img/favicon.png">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="The blog page for the phoenix network !">
<link href="https://fonts.googleapis.com/css?family=Montserrat:500&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style>
h2 {
text-align: center;
}
main {
max-width: 768px;
margin: auto;
padding: 16px;
}
th, td, table {
border-collapse: collapse;
border: 2px solid red;
margin: auto;
}
th {
background: red;
}
th, td {
padding: 4px 8px;
}
img {
margin: 8px;
}
</style>
</head>
<body>
<font color ="white">
<header>
<a class="logo" href="index.html"><img src="assets/img/logo.png" alt="logo"></a>
<nav>
<ul class="nav__links">
<li><a href="index.html">Home</a></li>
<li><a href="blog.html">Blog</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="changlog.html">ChangeLog</a></li>
<li><a href="FAQ.html">FAQ</a></li>
<li><a href="support.html">Support</a></li>
</ul>
</nav>
<a class="cta" href="#">Login</a>
<p class="menu cta">Menu</p>
</header>
<div class="overlay">
<a class="close">×</a>
<div class="overlay__content">
<a href="index.html">Home</a>
<a href="blog.html">Blog</a>
<a href="gallery.html">Gallery</a>
<a href="changelog.html">ChangeLog</a>
<a href="FAQ.html">FAQ</a>
<a href="support.html">Support</a>
<!--<a href="#">Login</a> -->
</div>
</div>
<main>
<h2>
FAQ
</h2>
<h3>
Frequently asked questions, if your question is not here, please contact us in help.
</h3>
<h4>
The server is offline what do i do?
</h4>
<p>
If server offline ping a person with general role or higher and tell them to restart the server
</p>
<h4>
How do i claim my role on discord or how do i claim my role from discord?
</h4>
<p>
Join one of our servers then go to the bot channel in discord and then do
(prefix of the server you are on check pins or info channel)redeem (your ingame name no colour codes)
</p>
<h4>
I was banned/votekicked on your server how do i get unbanned?
</h4>
<p>
Go to the bot channel and type +appeal and you will be pinged and asked to explain what happened
</p>
<h4>
How do i become mod or map reviewer?
</h4>
<p>
Go to announcements and complete the form and you will get a notification if you are accepted or denied
</p>
<h4>
How do pets work?
</h4>
<p>
<a href="pets.html">Click here</a> to leran more about pets!
</p>
</main>
</font>
</body>
</html>