Skip to content

Commit

Permalink
Updated alt and Meta Tags in Some Files
Browse files Browse the repository at this point in the history
  • Loading branch information
NarendraKoya999 committed Aug 5, 2023
1 parent 9a119bf commit cd97a2f
Show file tree
Hide file tree
Showing 9 changed files with 242 additions and 226 deletions.
1 change: 1 addition & 0 deletions Games/1024_Moves/index.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<!DOCTYPE html>
<html>
<head>
<title>CUBE</title>
Expand Down
6 changes: 3 additions & 3 deletions Games/2D_Breakout/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@

<div class="Game-Card">
<div class="sound">
<img src="img/SOUND_ON.png" alt="" id="sound">
<img src="img/SOUND_ON.png" alt="sound-on" id="sound">
</div>

<div id="gameover">
<img src="img/youwon.png" alt="" id="youwon">
<img src="img/gameover.png" alt="" id="youlose">
<img src="img/youwon.png" alt="youwon" id="youwon">
<img src="img/gameover.png" alt="gameover" id="youlose">
<div id="restart">Play Again!</div>
</div>

Expand Down
2 changes: 2 additions & 0 deletions Games/Achluophobia/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Achluophobia</title>
<style>
* { margin: 0; padding: 0; }
Expand Down
446 changes: 223 additions & 223 deletions Games/Adventure_Game/index.html

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions Games/Aim_Training/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Aim training</title>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
Expand Down
2 changes: 2 additions & 0 deletions Games/Archery/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Archery Challenge</title>
<link rel="stylesheet" href="styles.css">
</head>
Expand Down
2 changes: 2 additions & 0 deletions Games/Back_To_Space/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script>
(function (f) {
if (typeof exports === "object" && typeof module !== "undefined") {
Expand Down
3 changes: 3 additions & 0 deletions Games/Bad_Depot/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Bad Depot</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" />
Expand Down
3 changes: 3 additions & 0 deletions Games/Baseball/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Baseball Game</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
Expand Down

0 comments on commit cd97a2f

Please sign in to comment.