-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
45 lines (44 loc) · 2.1 KB
/
index.html
File metadata and controls
45 lines (44 loc) · 2.1 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
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="utf-8"/>
<meta name="robots" content="NOINDEX,NOFOLLOW" />
<meta http-equiv="content-Language" content="de" />
<meta name="description" content="Lasse dir zufällige Memes anzeigen 😂" />
<meta name="keywords" content="Memes, Reddit, Random, Zufaellig" />
<meta name="author" content="PewTech" />
<meta name="revisit-after" content="2 days" />
<meta property="og:title" content="Random Memes">
<meta property="og:description" content="Lasse dir zufällige Memes anzeigen 😂">
<meta property="og:image" content="http://randommemes.pewtech.de/assets/images/icon.png">
<meta property="og:url" content="http://randommemes.pewtech.de/">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Random Memes</title>
<link rel="stylesheet" href="./assets/css/styles.css">
<link rel="shortcut icon" type="image/png" sizes="256x256" href="./assets/images/icon.png">
<script src="./assets/js/jquery.min.js" type="text/javascript"></script>
<script src="./assets/js/scripts.js"></script>
</head>
<body>
<main>
<section class="heading">
<h1>Random Memes</h1>
<p>Such nach einem Thema!</p>
<input id="SearchInput" type="search" placeholder="Thema">
<a class="button" onclick="getRandomMeme();">Get a Meme</a>
</section>
<section id="MemeContainer">
<div id="ImageContainer"></div>
</section>
<a href="https://github.com/Momithso/RandomMemes/" target="_blank" class="githubLink">
<span>
<img class="logo" src="./assets/images/github-logo-64.png"/>
<img class="banner" src="./assets/images/GitHub_Logo_White.png"/>
</span>
<span>Zum Projekt!</span>
</a>
<emoji class="one">😂</emoji>
<emoji class="two">😂</emoji>
</main>
</body>
</html>