-
Notifications
You must be signed in to change notification settings - Fork 49
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 887 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 887 Bytes
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>
<head>
<title>A Meme Showcase</title>
</head>
<body>
<div><h1>Welcome to Global Hack Week</h1></div>
<h2>Here are memes from the watchers of the livestream!</h2>
<h3>Another edit, pushed live!</h3>
<p>Submitted by: Manan Sadana</p>
<img
src="https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExM3plOGQ3OTg4NWY0dmZ5MHd4aXhvYWJvMjZ6NGpoYjNtc2RvMmc5cCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/ejVTnQrMGYjvbjJDMB/giphy.gif"
/>
<hr />
<p>Submmitted by: Abraham O.</p>
<img src="https://media.makeameme.org/created/tonight-we-test-5c386e.jpg" />
<hr />
<img />
<p>
<a href="https://mlh.io/">MLH</a> and
<a href="https://www.digitalocean.com/">Digital Ocean</a> are two
organizations that are committed to helping students learn and grow in the
tech industry.
</p>
</body>
</html>