-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbullet.html
75 lines (72 loc) · 5.26 KB
/
bullet.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
<!DOCTYPE html>
<html data-bs-theme="light" lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<title>Bullet Force Unblocked - ubg44</title>
<link rel="apple-touch-icon" type="image/png" sizes="180x180" href="assets/img/logo_180.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/logo_16.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/logo_32.png">
<link rel="icon" type="image/png" sizes="180x180" href="assets/img/logo_180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/img/logo_192.png">
<link rel="icon" type="image/png" sizes="512x512" href="assets/img/logo_512.png">
<link rel="stylesheet" href="assets/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="assets/css/Lato.css">
<link rel="stylesheet" href="assets/css/Montserrat.css">
<link rel="stylesheet" href="assets/css/Noto%20Sans.css">
<link rel="stylesheet" href="assets/fonts/font-awesome.min.css">
<link rel="stylesheet" href="assets/css/footer.css">
<link rel="stylesheet" href="assets/css/game.css">
<link rel="stylesheet" href="assets/css/icons.css">
<link rel="stylesheet" href="assets/css/media.css">
<link rel="stylesheet" href="assets/css/navbar.css">
<link rel="stylesheet" href="assets/css/stroke-text.css">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/ubg44GameFrame.css">
</head>
<body id="page-top" data-bs-spy="scroll" data-bs-target="#mainNav" data-bs-offset="72">
<nav class="navbar navbar-expand-lg fixed-top bg-secondary text-uppercase navbar-light" id="mainNav">
<div class="container"><a class="navbar-brand" href="./">ubg44</a><button data-bs-toggle="collapse" data-bs-target="#navbarResponsive" class="navbar-toggler text-white bg-primary navbar-toggler-right text-uppercase rounded" aria-controls="navbarResponsive" aria-expanded="false" aria-label="Toggle navigation"><i class="fa fa-list-ul"></i></button>
<div class="collapse navbar-collapse" id="navbarResponsive">
<ul class="navbar-nav ms-auto">
<li class="nav-item"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="car-games.html">Car</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="jump-run-games.html">Jump & Run</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="shooting-games.html">Shooting</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="sports-games.html">Sports</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="puzzle-games.html">Puzzle</a></li>
<li class="nav-item mx-0 mx-lg-1"><a class="nav-link py-3 px-0 px-lg-3 rounded" href="idle-games.html">Idle</a></li>
</ul>
</div>
</div>
</nav>
<section id="gameSection"><iframe id="gameFrame" name="BulletForce" src="coderunner.me/bullet"></iframe></section>
<footer class="text-center footer" id="footer" style="padding: 0px;">
<div class="row" style="padding: 30px;margin: 0px;">
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">Location</h4>
<p>N.A</p>
</div>
<div class="col-md-4 mb-5 mb-lg-0">
<h4 class="text-uppercase mb-4">About Ubg44</h4>
<p class="lead mb-0"><span>The most popular unblocked games at school</span></p>
</div>
<div class="col-md-4">
<h4 class="text-uppercase">Around the Web</h4>
<ul class="list-inline">
<li class="list-inline-item"><a class="btn btn-outline-light text-center btn-social rounded-circle" role="button" href="#"><i class="fa fa-facebook fa-fw"></i></a></li>
<li class="list-inline-item"><a class="btn btn-outline-light text-center btn-social rounded-circle" role="button" href="#"><i class="fa fa-google-plus fa-fw"></i></a></li>
<li class="list-inline-item"><a class="btn btn-outline-light text-center btn-social rounded-circle" role="button" href="#"><i class="fa fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a class="btn btn-outline-light text-center btn-social rounded-circle" role="button" href="#"><i class="fa fa-dribbble fa-fw"></i></a></li>
</ul>
</div>
</div>
<div class="text-center text-white copyright py-4" style="padding: 10px;"><small>Copyright © 2022 - 2023 <strong>ubg44</strong> - All Rights Reserved</small></div>
<div class="d-lg-none scroll-to-top position-fixed rounded"><a class="text-center d-block rounded text-white" href="#page-top"><i class="fa fa-chevron-up"></i></a></div>
</footer>
<script src="assets/js/jquery.min.js"></script>
<script src="assets/bootstrap/js/bootstrap.min.js"></script>
<script src="assets/js/adsense_ubg44_v1_1.js"></script>
<script src="assets/js/analytics_v1_3_3.js"></script>
<script src="assets/js/game.js"></script>
</body>
</html>