-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathgallery.html
33 lines (31 loc) · 947 Bytes
/
gallery.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
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css" />
<link rel="stylesheet" href="css/main.css" />
<link id="css" rel="stylesheet" href="css/normal.css" />
<link rel="icon" type="image/x-icon" href="static/hackclubfav.png" />
<title>Hack Club Poornima</title>
</head>
<body>
<header>
<nav id="navbar">
</nav>
<h1>Gallery</h1>
</header>
<main>
<br>
<figure>
<img alt="Core Team Meetup" src="images/gallery/Coreteam.jpeg" />
<figcaption>Core Team</figcaption>
</figure>
</main>
<footer >
<p>Created with ❤️ by Hack Club Poornima</p>
</footer>
</body>
<script src="js/main.js"></script>
</html>