-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
46 lines (42 loc) · 3.08 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
<!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 id="Main_Body" style="background-color:#262525;">
<div class="jumbotron" id="welcome" style="background-color:rgba(130,127,127,0.64);padding:40px;">
<p id="browser-warning" style="color:rgb(210,13,0);font-size:20px;display:none;"><strong>WARNING! You are most likely on a mobile device or not on chrome. If so you may have issues with our site.</strong><br></p>
<h1 id="welcome-heading" style="color: #212529;">Welcome to C.U.U.G</h1>
<p id="welcome-para">C.U.U.G is a private flash site here to give you the best flash games out there! If you want a game added to our site simply just go over to the contact page at the top and fill out the form. If there is an issue with the site please contact us.
And we will try our best to get it fixed! Another thing is since this is a private site for only certain people we dont want this to get reported. So please contact us before sharing this site to ANYONE even your best friend you have known
for your whole life. If you get caught sharing the link without permission there is a good chance you will be banned from the site. Now that all of that is out of the way we hope that you have a fun time on our site and make your boring class
fly by like 5 minutes!<br></p>
</div>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
</body>
</html>