forked from USFGDSC/git-open-source
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (59 loc) · 1.32 KB
/
Copy pathindex.html
File metadata and controls
59 lines (59 loc) · 1.32 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css"/>
<title>GSDC Gallery</title>
</head>
<body>
<div>
<img src="./img/theres_nothing_we_cand_do.jpeg" />
<h1> Napoleon </h1>
</div>
<div>
<img src="./img/K.jpeg" />
<h1>K</h1>
</div>
<div>
<img src="./img/patrick.jpeg" />
<h1>Patrick</h1>
</div>
<div>
<img src="./img/homelander.jpeg" />
<h1>Homelander</h1>
</div>
<div>
<img src="./img/batman.jpeg" />
<h1>Batman</h1>
</div>
<div>
<img src="./img/thomas_muller.webp" />
<h1>Thomas Müller</h1>
</div>
<div>
<img src="./img/sus dog.jpeg" />
<h1>Sus Dog</h1>
</div>
<div>
<img src="./img/sponge.gif">
<h1>Sus Sponge</h1>
</div>
<div>
<img src="./img/roblox dog.jpg" />
<h1> Roblox Dog</h1>
</div>
<div>
<img src="./img/trump.webp" />
<h1>Trumpy</h1>
</div>
<div>
<img src="./img/dwight.jpeg" />
<h1>I like beets</h1>
</div>
<div>
<img src="./img/Aura.webp" />
<h1> Aura </h1>
</div>
</body>
</html>