Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added gamebarlgo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
73 changes: 73 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
<!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>
<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 class="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="front" 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 src="https://scratch.mit.edu/projects/624229196/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
<h3></h3>
<img class="front" 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 src="https://scratch.mit.edu/projects/559423371/embed" allowtransparency="true" width="485" height="402" frameborder="0" scrolling="no" allowfullscreen></iframe>
</section>
<h3 class="front">Horor games</h3>
<section class="Horor">
<h4 class="front">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">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>
</section>
</main>

<footer>

</footer>


<script src="skript.js" defer></script>
</body>
</html>
Empty file added skript.js
Empty file.
43 changes: 43 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
/* Fixed invalid color-mix usage and selector names */
.deskription{
font-size: 20px;
color: #006400; /* dark green */
}

html{
background-color: #e19147; /* light aqua */
text-shadow: 1px 1px black;
font-weight: bold;
}
.front{
justify-content: center;
align-items: center;
text-align: center;
}
.ulfront {
list-style-type: square;
color: #00008b;
justify-self: center;
}
.shooter {
display: flex;
flex-direction: column;
align-items: center;
width: 100%;
}

.inframefrontshoter {
margin: 0 auto;
display: block;
}
.logo {
justify-content: left;
align-items: left;
float: left;

}
.afterlogo {
justify-content: center;
align-items: center;
text-align: center;
}
Binary file added Снимок экрана 2025-11-10 120500.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Снимок экрана 2025-11-10 125755.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.