-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (34 loc) · 1.37 KB
/
index.html
File metadata and controls
38 lines (34 loc) · 1.37 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
<!DOCTYPE html>
<html lang="en">
<title>THE MEMER</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<body>
<div style="margin-top:46px">
<div class="w3-container w3-content w3-center w3-padding-64" style="max-width:800px" id="band">
<h2 class="w3-wide">YOUR DAILY DOSE OF MEMES</h2>
<p class="w3-opacity"><i>We love memes</i></p>
<div class="w3-row w3-padding-32">
<div class="w3-third">
<p>Lookat this cute cat</p>
<img src="meme1.jpg" class="w3-round w3-margin-bottom" alt="Random Name" width="99%">
</div>
<div class="w3-third">
<p>Sausace</p>
<img src="meme2.jpg" class="w3-round w3-margin-bottom" alt="Random Name" width="99%">
</div>
<div class="w3-third">
<p>Meme of the year</p>
<img src="meme4.png" class="w3-round w3-margin-bottom" alt="Random Name" width="99%">
</div>
</div>
</div>
<div class="w3-center">
<a href="impressum.html">Impressum</a> | <a href="termsofuse.html">Terms of use</a>
</div>
</div>
</body>
</html>