Skip to content

Commit

Permalink
Update crashes.html
Browse files Browse the repository at this point in the history
  • Loading branch information
KTrain5169 authored Sep 26, 2024
1 parent b6ca68a commit 075fc4c
Showing 1 changed file with 21 additions and 28 deletions.
49 changes: 21 additions & 28 deletions crashes.html
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>

0 comments on commit 075fc4c

Please sign in to comment.