-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
95 lines (89 loc) · 4.77 KB
/
Copy pathindex.html
File metadata and controls
95 lines (89 loc) · 4.77 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" type="image/x-icon" href="gamebarlgo.jpg">
<link rel="stylesheet" href="style.css">
<title>Game Bar</title>
</head>
<body>
<header>
<nav>
<ul class="navlink">
<li><a href="main.html">Home</a></li>
</li>
<li><a href="shooter">Shooters</a></li>
<li><a href="horror">Horror</a></li>
</ul>
</nav>
<a class="logo" href="main.html"><img src="gamebarlgo.jpg" width="100" height="100" alt="Gamebar logo"></a>
<h1 class="front">Welcome TO Online GameBar!</h1>
<p class="afterlogo">Hi guys! If you want to play free online games, this site is for you! Here you can find a really good games made on the simplest code languages as Python and Scratch.</p>
</header>
<main>
<section id="shooter">
<h3 class="front">Shooters</h3>
<h4 class="front">Sniper Simulator</h4>
<ul class="ulfront">
<li>Kill monsters</li>
<li>Defend your base</li>
<li>Buy Ammo</li>
</ul>
<p class="deskription">And controles: To show the aim+ you have to hold space and to move it click butons WASD. 1 kill = 10$ For 20$ you can buy 10 ammo. Press arow to move to computer room and buy ammo! Have fun!</p>
<iframe class="inframefrontshoter" src="https://scratch.mit.edu/projects/1231580775/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
<h3></h3>
<img class="imgfront" src="Снимок экрана 2025-11-10 125755.png" >
<p class="deskription">Steuerung: WASD zielen mit Mauszeiger schißen mit Mausklick. Controle: WSAD shot with mousclick.</p>
<ul class="ulfront">
<li>Survive against waves of enemies</li>
<li>Survive as long as you can</li>
<li>Take weapons</li>
</ul>
<iframe class="inframefrontshoter" src="https://scratch.mit.edu/projects/624229196/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
<h3></h3>
<img class="imgfront" src="Снимок экрана 2025-11-10 120500.png" >
<p class="deskription">Navigating - WASD Aiming - Mouse Q - Lasers Series E - Plasma C - Target R - Restart Record</p>
<iframe class="inframefrontshoter" src="https://scratch.mit.edu/projects/559423371/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
<div>
<h3 class="front">Horor games</h3>
<section id="Horor">
<h4 class="front vistext">Sweet Cabin 1</h4>
<ul class="ulfront">
<li> A or D to Move</li>
<li>Check Cameras</li>
<li>Refill Generator</li>
<li>Buy Gas</li>
<li>Survive until 6 AM</li>
</ul>
<iframe class="inframefrontshoter" src="https://scratch.mit.edu/projects/1023753979/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
<h3></h3>
<h4 class="front vistext">Sweet Cabin 2</h4>
<ul class="ulfront">
<li> A or D to Move</li>
<li>Check Cameras</li>
<li>Fix Lights</li>
<li>Reset Wifi</li>
<li>Survive until 6 AM</li>
</ul>
<iframe class="inframefrontshoter" src="https://scratch.mit.edu/projects/1090107581/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
<h4 class="front vistext">Cat pt 1</h4>
<ul class="ulfront">
<li>Use WADS keys to move!</li>
<li>If you die... when you die press the green flag twice ...</li>
<li>Follow the instructions and make it to the end!</li>
<li>Avoid the mines!</li>
</ul>
<iframe class="inframefrontshoter" src="https://scratch.mit.edu/projects/733769872/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
</div>
</main>
</body>
<footer>
<p class="vistext ">© 2025 GameBar. All rights reserved.</p>
<p class="vistext">Contact us:</p>>
<a href="https://t.me/TheAwiksGameBar">Telegram Chanel</a>
<p class="vistext">Developed by TheAwiks</p>
<a class="front" href="about.html">About us</a>
</footer>
<script src="skript.js" defer></script>
</html>