-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
30 lines (28 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
27
28
29
30
<!DOCTYPE html>
<html lang="en" >
<head>
<meta charset="UTF-8">
<title>Bug museum</title>
<link href="https://fonts.googleapis.com/css?family=Playfair+Display:500&display=swap" rel="stylesheet"><link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css">
<link rel="stylesheet" href="./style.css">
</head>
<body>
<!-- partial:index.partial.html -->
<div class="clip">
<div class="wrap">
<img src='images/lady-bug.png' alt=''>
<img src='images/CyborgBeetle.jpg' alt=''>
<img src='images/HGIC_insects_indianmealmothjpg_16x9.jpg' alt=''>
<img src='images/images.jpeg' alt=''>
<a href="bug-museum/index.html"><img src='images/deliveryService.jpeg' alt=''></a>
<img src='images/220px-Moth_kerala.jpg' alt=''>
<img src='images/meet-the-spotted-lante.jpg' alt=''>
<img src='images/Metallic_shield_bug444.jpg' alt=''>
<img src='images/moth.jpg' alt=''>
<img src='images/Orthopygia371.jpg' alt=''>
</div>
</div>
<!-- partial -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.4.1/jquery.min.js'></script><script src="./script.js"></script>
</body>
</html>