-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathstealth-tips.html
50 lines (42 loc) · 3.09 KB
/
stealth-tips.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>C.U.U.G</title>
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Aldrich">
<link rel="stylesheet" href="assets/css/styles.css">
<link rel="stylesheet" href="assets/css/Team-Clean.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
<meta name="robots" content="noindex">
<!--***NAVBAR STARTS HERE-->
<nav class="navbar navbar-light navbar-expand-md navigation-clean-search" style="background-color:rgb(38,37,37);">
<div class="container"><a class="navbar-brand" href="index.html" style="font-size:35px;font-family:Aldrich, sans-serif;color:rgb(130,127,127);">C.U.U.G</a><button class="navbar-toggler" data-toggle="collapse" data-target="#navcol-1"><span class="sr-only">Toggle navigation</span><span class="navbar-toggler-icon"></span></button>
<div
class="collapse navbar-collapse" id="navcol-1">
<ul class="nav navbar-nav">
<li class="nav-item" role="presentation"><a class="nav-link" href="games.html" style="color:#827f7f;">Games</a></li>
<li class="nav-item" role="presentation"><a class="nav-link" href="stealth-tips.html" style="color:#827f7f;">Stealth-Tips</a></li>
</ul>
<form class="form-inline mr-auto" target="_self">
<div class="form-group"><label for="search-field"></label></div>
</form>
</div>
</div>
</nav>
<!--***NAVBAR ENDS HERE-->
</head>
<body style="background-color:#262525;">
<div class="jumbotron" style="background-color:rgba(130,127,127,0.68);">
<h1 class="text-center">Tips for staying stealthy</h1>
<p class="text-center" style="font-size:24px;">What does being stealthy mean? Well to us it means trying to not get caught playing games or people getting the link of this site from you. If you follow these tips it will help both you and us alot! See all of our tips below.</p>
<p style="font-size:24px;">Tip #1: always hide the url to the site in your search bar. How do you do this? Simply click on your url bar at the top area of the page where it says the link to our site. Then remove the text by holding backspace until it is gone. Then click
back on our site. <br></p>
<p style="font-size:24px;">Tip #3: This is a small tip but it can save your butt some time. All you have to do is play this site in incognito mode. That can prevent people from viewing your local search history on your computer.<br></p>
<p style="font-size:24px;">Tip #4: If you <strong><span style="text-decoration: underline;">REALLY</span></strong> dont want to be detected using this site then use a VPN, If you can. This one is not required though but it can help alot.<br></p>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>