forked from ugb100/ugb100.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
112 lines (102 loc) · 4.72 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
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
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="title" content="UGB100">
<meta name="description" content="Play your favorite online games free now!">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta name="language" content="English">
<title>UGB100</title>
<link rel="icon" type="image/x-icon" href="/assets/img/socials/ubg100.png" />
<link rel="mask-icon" type="" href="/assets/img/socials/ubg100.png" color="#111" />
<link rel="stylesheet" href="/assets/css/main.css">
<link rel="stylesheet" href="/assets/css/index.css">
<link rel="stylesheet" href="/assets/css/slider.css">
<link rel="stylesheet" href="/assets/css/changelog.css">
<link rel="stylesheet" href="/assets/css/discord.css">
<link rel="stylesheet" href="/assets/css/testimonial.css">
<link rel="stylesheet" href="/assets/css/partners.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/assets/owl.carousel.min.css">
<link rel="stylesheet" href="https://pro.fontawesome.com/releases/v5.10.0/css/all.css"
integrity="sha384-AYmEC3Yw5cVb3ZcuHtOA93w35dYTsvhLPVnYs9eStHfGJvOvKxVfELGroGkvsg+p" crossorigin="anonymous" />
<noscript>Your browser doesn't have JavaScript enabled. Please enable JavaScript or switch to a browser that
supports it.</noscript>
</head>
<body data-ess="true">
<div class="hero-wrapper">
<div class="hero">
<h1 class="hero-main">UGB<span class="hero-alt">100</span></h1>
<span class="hero-main-small">Cookies Are Good</span>
</div>
</div>
<div class="content-wrapper">
<h1>Featured Games</h1>
<div class="slider-container">
<div class="slider"></div>
<svg xmlns="http://www.w3.org/2000/svg" class="prev" width="56.898" height="91" viewBox="0 0 56.898 91">
<path d="M45.5,0,91,56.9,48.452,24.068,0,56.9Z" transform="translate(0 91) rotate(-90)" fill="#fff" />
</svg>
<svg xmlns="http://www.w3.org/2000/svg" class="next" width="56.898" height="91" viewBox="0 0 56.898 91">
<path d="M45.5,0,91,56.9,48.452,24.068,0,56.9Z" transform="translate(56.898) rotate(90)" fill="#fff" />
</svg>
<div class="trail">
<div class="box1 active">1</div>
<div class="box2">2</div>
<div class="box3">3</div>
<div class="box4">4</div>
<div class="box5">5</div>
</div>
</div>
</div>
<div class="content-wrapper">
<div class="intro-container">
<h1 class="intro-header">What is <span class="alt-t">UGB</span>100?</h1>
<p>
UGB100 is a site that serves as a hub for the best games on the internet, for free!
<br>Want to experience some <strong>nostalgia</strong>? Check out the Flash/emulated games.
<br>Like <strong>modern graphics/gameplay</strong>? Check out the Unity/HTML5 games.
<br> Our focus is on bringing <strong>quality entertainment</strong> that you will enjoy.
<br>With a collection of <strong><span id="games-count" >0</span></strong> games and counting, the options are endless.
<br>What are you waiting for? Go find one and <a href="/games.html" target="_top">start playing</a>!
</p>
</div>
<h1 class="centered"></h1>
</div>
<div class="content-wrapper">
<h1 class="testimonial-header"><i>What users have to say about <span class="alt-t">UGB</span>100:</i></h1>
<hr>
<div class="testimonials">
<div id="testimonial-wrap" class="owl-carousel owl-carousel1 owl-theme"></div>
</div>
<br>
<hr>
</div>
<div class="content-wrapper">
<div class="recent-upd-container">
<h1>Latest Update</h1>
<h3><i>View the full changelog <a href="/changelog.html" target="_top">here</a></i></h3>
</div>
</div>
<div class="bottom">
<h1 class="centered"></h1>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/OwlCarousel2/2.3.4/owl.carousel.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.9.1/gsap.min.js"></script>
<script src="assets/js/main.js"></script>
<script src="assets/js/games/games.js"></script>
<script src="assets/js/slider/slider.js"></script>
<script src="assets/js/slider/slideritems.js"></script>
<script src="assets/js/slider/updateslider.js"></script>
<script src="assets/js/changelog/changelog.js"></script>
<script src="assets/js/changelog/recentupd.js"></script>
<script src="assets/js/discord.js"></script>
<script src="assets/js/testimonials/testimonials.js"></script>
<script src="assets/js/testimonials/updatetests.js"></script>
<script src="assets/js/partners/partners.js"></script>
<script src="assets/js/partners/updatepartners.js"></script>
<script src="assets/js/gads/gads.js"></script>
</body>
</html>