-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbugs.html
31 lines (28 loc) · 917 Bytes
/
bugs.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Motocarota - bugs 2024</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Motocarota - Submission for BUGS challenge 2024" />
<meta name="keywords" content="Illustrator comic artist concept art" />
<meta name="author" content="Simone Poggi" />
<link rel="stylesheet" href="css/bootstrap.min.css">
</head>
<body>
<div style="max-width: 900px; margin: auto;">
<div>
<img class="card-img-top" src="images/bugs/1.webp" alt="bugs 1">
</div>
<div>
<img class="card-img-top" src="images/bugs/2.webp" alt="bugs 2">
</div>
<div>
<img class="card-img-top" src="images/bugs/3.webp" alt="bugs 3">
</div>
<div>
<img class="card-img-top" src="images/bugs/4.webp" alt="bugs 4">
</div>
</div>
</body>
</html>