Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
GhomKrosmonaute committed Dec 25, 2023
0 parents commit fc5ef82
Show file tree
Hide file tree
Showing 9 changed files with 37 additions and 0 deletions.
Binary file added 195f6c07b895b2a7ddc0be37f37c3984.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 8375d27a7941a0a578888fba541979c0.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 966a1b8485bd549990ace908206bdcab.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 a95cb88be1095a0cf15b8bd8b8566149.ttf
Binary file not shown.
Binary file added d8438730affac980b578dc4495c31c70.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 favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<script src="https://www.google.com/recaptcha/api.js?render=6LeSlOEUAAAAAJBZjIPdwz-Y3yAGCVGrsFMBOdVN"></script>
<title>Shooter Game</title>
<link rel="shortcut icon" href="favicon.png"></head>
<body>
<div id="login">
<h2 id="alert">Please login or register</h2>
<form>
<input type="text" id="username" placeholder="Username" />
<input type="password" id="password" placeholder="Password" />
<input type="submit" id="submit" value="Login" />
<input type="submit" id="offline" value="Play offline" />
<div>
<h3>Chose two colors</h3>
<input type="color" id="blue" value="#ff00b9" />
<input type="color" id="red" value="#0079ff" />
</div>
</form>
</div>
<div id="p5"></div>
<script src="shooter.min.js"></script>
<script type="text/javascript" src="shooter.min.js"></script></body>
</html>
5 changes: 5 additions & 0 deletions shooter.min.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions shooter.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc5ef82

Please sign in to comment.