-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgallery.html
34 lines (29 loc) · 1.21 KB
/
gallery.html
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
34
<!DOCTYPE html>
<html>
<head>
<title>Gallery</title>
<meta content="Gallery" property="og:title" />
<meta content="Photos I have taken." property="og:description" />
<meta content="https://gemdation.com/gallery" property="og:url" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/verdana.css">
<link rel="icon" type="image/x-icon" href="media/favicon.ico">
</head>
<body>
<h1>Gallery</h1>
<p class="back"><a href=".."><button>Back</button></a></p>
<div style="border-width:0;width:100%;">
<img src="media/gallery/android-tv-google-error.jpg" width="250">
<img src="media/gallery/google-and-apple-tv.jpg" width="250">
<img src="media/gallery/just-practice.jpg" width="250">
<img src="media/gallery/laptop-with-crap-tv.jpg" width="250">
<img src="media/gallery/mario-kart-double-dash.jpg" width="250">
<img src="media/gallery/mini-library.jpg" width="250">
<img src="media/gallery/pac-man-collection.jpg" width="250">
<img src="media/gallery/spectrum-trash.jpg" width="250">
<img src="media/gallery/total-goof.jpg" width="250">
<img src="media/gallery/wiinet-moment.jpg" width="250">
</div>
</body>
</html>