-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
40 lines (37 loc) · 1.89 KB
/
faq.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
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FaQ | CybriaGames</title>
<meta name="description" content="🕹CybriaGames is an unblocked game site hosting over 100+ unblocked games where the danger of internet restrictions dosent apply.">
<meta name="keywords" content="games, game, gaming, unblocked games, ubg, unblocked game, cybriagames unblocked, cybria games, cyberia games, cybriagame, cyberiagames">
<meta name="author" content="CybriaTech">
<link rel="stylesheet" href="/style/faq.css">
<link rel="stylesheet" href="/style/all.css">
<link rel="icon" href="/images/cybriagames/favicon-circle.png">
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P8QQRX5QCQ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-P8QQRX5QCQ');
</script>
</head>
<body>
<script src="/scripts/inject/header.js"></script>
<div class="spacet" style="margin: 5%;"></div>
<div id="main-area" style="min-height: 100vh;">
<div id="particles-js"></div>
<div id="space-particles"></div>
<p style="font-size: 1.6em; color: #fff; font-weight: bold;">No Questions Yet, Feel Free To Ask Them In The Chatroom! I'll Answer Them On The Weekends!</p>
</div>
<div class="space" style="margin: 5%;"></div>
<script src="/scripts/settings/settings.js"></script>
<script src="/scripts/inject/footer.js"></script>
<script src="/scripts/settings/themes.js"></script>
<script src="/scripts/main/ua.js"></script>
</body>
</html>