-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (25 loc) · 1.08 KB
/
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
24
25
26
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Wallpaperpedia</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<h1>WallpaperPedia</h1>
<div class="flex">
<img src="https://jorge.fbarr.net/files/wallpaper/0arBya9.jpg" >
<img src="https://jorge.fbarr.net/files/wallpaper/12hgZKI.jpg" >
<img src="https://jorge.fbarr.net/files/wallpaper/2IveV5w.jpg" >
<img src="https://jorge.fbarr.net/files/wallpaper/47pBUlm.jpg" >
<img src="https://jorge.fbarr.net/files/wallpaper/7RDm7OK.jpg" >
<img src="https://jorge.fbarr.net/files/wallpaper/JdlFnM5.jpg" >
<img src="https://jorge.fbarr.net/files/wallpaper/PUpG5uL.jpg" >
<img src="https://jorge.fbarr.net/files/wallpaper/arNbfzl.jpg" >
<img src="https://jorge.fbarr.net/files/wallpaper/nYWfE88.jpg" >
<!--some things updated-->
</div>
</body>
</html>