-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (23 loc) · 919 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Pussy Gallary</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="https://fonts.googleapis.com/css?family=Indie+Flower" rel="stylesheet">
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="nav">
<h1> Pussy Gallary </h1>
</div>
<div class="grid">
<img src="https://placekitten.com/400/300?image=1" alt="Pussy Image 1">
<img src="https://placekitten.com/400/300?image=2" alt="Pussy Image 2">
<img src="https://placekitten.com/400/300?image=3" alt="Pussy Image 3">
<img src="https://placekitten.com/400/300?image=4" alt="Pussy Image 4">
<img src="https://placekitten.com/400/300?image=5" alt="Pussy Image 5">
<img src="https://placekitten.com/400/300?image=6" alt="Pussy Image 6">
</div>
</body>
</html>