-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b6ca68a
commit 075fc4c
Showing
1 changed file
with
21 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,23 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title> Essential confirmed to be causes of crashes | NotEssential Gallery </title> | ||
<link rel="stylesheet" type="text/css" href="./css/styles.css"> <!-- Link to the CSS file --> | ||
</head> | ||
<body> | ||
<b> Galllery: Essential confirmed to be causes of crashes </b> | ||
<br> | ||
<img src="./images/image1.png"> | ||
<br> | ||
<img src="./images/image2.png"> | ||
<br> | ||
<img src="./images/image3.png"> | ||
<br> | ||
<img src="./images/image4.png"> | ||
<br> | ||
<img src="./images/image5.png"> | ||
<br> | ||
<img src="./images/image6.png"> | ||
<br> | ||
<img src="./images/image7.png"> | ||
<br> | ||
<img src="./images/image8.png"> | ||
<br> | ||
<img src="./images/image9.png"> | ||
<br> | ||
</body> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Essential confirmed to be cause of crashes | NotEssential Gallery</title> | ||
<link rel="stylesheet" type="text/css" href="./css/styles.css"> | ||
</head> | ||
<body> | ||
<b>Gallery: Essential confirmed to be cause of crashes</b> | ||
<div class="gallery"> | ||
<img src="./images/image1.png" alt="Crash image 1"> | ||
<img src="./images/image2.png" alt="Crash image 2"> | ||
<img src="./images/image3.png" alt="Crash image 3"> | ||
<img src="./images/image4.png" alt="Crash image 4"> | ||
<img src="./images/image5.png" alt="Crash image 5"> | ||
<img src="./images/image6.png" alt="Crash image 6"> | ||
<img src="./images/image7.png" alt="Crash image 7"> | ||
<img src="./images/image8.png" alt="Crash image 8"> | ||
<img src="./images/image9.png" alt="Crash image 9"> | ||
</div> | ||
</body> | ||
</html> |