-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGalleryPage.html
More file actions
33 lines (32 loc) · 1.08 KB
/
GalleryPage.html
File metadata and controls
33 lines (32 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<link href="GalleryStyle.css" rel="stylesheet">
<title> Gallery Page </title>
</head>
<body>
<header>
<h1> LG Games Gallery Page </h1>
</header>
<nav>
<a href="MainPage.html"> Home </a> |
<a href="AboutPage.html"> About Us </a> |
<a href="ContactPage.html"> Contact Page </a> |
<a href="IndexPage.html"> Index Page </a> |
<a href="OrderPage.html"> Order a Game/Console/PC </a>
</nav>
<div>
<p> Here are pictures of the games that can be bought:</p>
<img src="EA Sports FIFA 23.jpg" width="20%" height="40%">
<img src="The Sims 4.jpg" align="left" width="16%" height="40%">
<img src="CoD Modern Warfare.jpg" width="40%" height="70%">
<img src="Need for Speed Payback.jpg" width="20%" height="40%">
<img src="W2K23.jpg" width="40%" height="40%">
<p> Here are pictures of the consoles/ PCs that you can place an order: </p>
<img src="Xbox One.jpg" width="25%" height="32%">
<img src="PS4.jpg" width="26%" height="31%">
<img src="MSI Gaming Laptop.jpg" width="25%" height="30%">
<img src="PS3.jpg" width="25%" height="30%">
</div>
</body>
</html>