-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathindex.html
59 lines (59 loc) · 4.52 KB
/
index.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
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | CybriaGames</title>
<meta name="description" content="🕹 CybriaGames is an unblocked game site featuring over 100 games, free from internet restrictions.">
<meta name="keywords" content="games, gaming, unblocked games, UBG, CybriaGames, CyberiaGames">
<meta name="author" content="CybriaTech">
<link rel="stylesheet" href="/style/home.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>
<script src="scripts/inject/subtitlequotes.js"></script>
<div class="spacet-index"></div>
<div id="main-area">
<div id="particles-js"></div>
<div id="space-particles"></div>
<img class="title-img" alt="CYBRIAGAMES" src="/images/cybriagames/logo-name2half.png">
<form action="search.html" method="get">
<button class="submit">
<svg class="fa" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
<path fill="#ffffff" d="M416 208c0 45.9-14.9 88.3-40 122.7L502.6 457.4c12.5 12.5 12.5 32.8 0 45.3s-32.8 12.5-45.3 0L330.7 376c-34.4 25.2-76.8 40-122.7 40C93.1 416 0 322.9 0 208S93.1 0 208 0S416 93.1 416 208zM208 352a144 144 0 1 0 0-288 144 144 0 1 0 0 288z"/>
</svg>
</button>
<input type="text" name="g" class="search" placeholder="Search For A Game">
</form>
<p class="subtitle" style="display: none;"></p>
<button class="homebtn" id="homebtn" onclick="window.location.href='/games/';">CONTINUE TO GAMES</button>
</div>
<div id="introductory">
<p class="int-title" style="margin: 50px 175px 0;"><strong>What is CybriaGames?</strong></p>
<p class="int-desc" style="margin: 0 175px;">CybriaGames is an unblocked game site offering over 100 games, designed to bypass internet restrictions. Our goal is to provide everyone with a chance to enjoy some fun at school, whether it’s through unique games, school-related hacks, or chatting in our Discord server. We hope you enjoy your visit, and any feedback you provide will be greatly appreciated! 🤗</p>
<p class="int-title" style="margin: 50px 175px 0;"><strong>What Makes CybriaGames Unique?</strong></p>
<p class="int-desc" style="margin: 0 175px;">Unlike many other unblocked game sites, CybriaGames features more than just games. We offer a comprehensive database of proxy links (automatically selected for being unblocked), bookmarklets, advanced settings, and a chat room that can connect to various chat apps!</p>
<p class="int-title" style="margin: 50px 175px 0;"><strong>Is CybriaGames Safe?</strong></p>
<p class="int-desc" style="margin: 0 175px;">Yes, we are 100% safe. We ensure that no ads, proxy links (though not always validated), games, or any other content pose a threat to you or us. Our source code is open-source, allowing anyone to review and share it. Remember, if your school suggests otherwise, they're misinformed!</p>
<p class="int-title" style="margin: 50px 175px 0;"><strong>Have More Questions?</strong></p>
<p class="int-desc" style="margin: 0 175px;">Not all questions are covered here. If you have a question about CybriaGames, please visit our widgetbot page & ask a question, or join the discord server. If you can't find what you're looking for, feel free to ask me personally on the CybriaGames repo or DM me! You're helping yourself and others.</p>
<br>
</div>
<div class="space" style="margin-bottom: 5%;"></div>
<script src="/scripts/settings/settings.js"></script>
<script src="/scripts/main/ua.js"></script>
<script src="/scripts/settings/themes.js"></script>
<script src="/scripts/inject/footer.js"></script>
</body>
</html>