-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex2.html
More file actions
35 lines (30 loc) · 798 Bytes
/
index2.html
File metadata and controls
35 lines (30 loc) · 798 Bytes
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
35
<!doctype html>
<html>
<head>
<Title>Liv's World</Title>
<link rel="stylesheet" href="style_sheet.css">
</head>
<body>
<h1>My Pictures<h1>
<p></p>
<!-- Photo Grid -->
<div class="row">
<div class="column">
<img src="IMG_7382.JPG" style="width:100%">
<img src="IMG_7383.JPG" style="width:100%">
<img src="IMG_7386.JPG" style="width:100%">
<img src="IMG_7389.JPG" style="width:100%">
</div>
<div class="column">
<img src="IMG_7483.JPG" style="width:100%">
<img src="IMG_7489(1).JPG" style="width:100%">
<img src="IMG_7490.JPG" style="width:100%">
</div>
<div class="column">
<img src="IMG_7403.JPG" style="width:100%">
<img src="IMG_7421.JPG" style="width:100%">
<img src="IMG_7424.JPG" style="width:100%">
</div>
</div>
<body>
<html>