Skip to content

Commit

Permalink
Create moduleTwoReviewPage.html
Browse files Browse the repository at this point in the history
  • Loading branch information
emily202777 authored Oct 24, 2024
1 parent 82f7196 commit 5b4eabf
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions moduleTwoReviewPage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<!DOCTYPE html>
<html lang="en">

<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project Title</title>
<link href="https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="moduleTwoReviewPage.css"> <!-- Link to your external CSS file -->
</head>

<body>
<header class="main-header">
<div class="image-container">
<!-- Review 1 image -->
<img src="pPage3.png" class="review-image">
</div>
<div class="image-container">
<!-- Review 2 image -->
<img src="pPage4.png" class="review-image">
</div>
<div class="button-container">
<button onclick="location.href='wormGame.html'" class="btn">Continue</button>
</div>
</header>
</body>

</html>

0 comments on commit 5b4eabf

Please sign in to comment.