-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
66 lines (60 loc) · 2.66 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html>
<head>
<!-- Page Title -->
<title>Pepe / IS / The / Frog</title>
<!-- META TAGS -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="PePe./IS a Meme Site for the Frogman himself!">
<meta name="keywords" content="pepe, pepe the frog, pepe.is, www.pepe.is, pepe meme, meme, frog, frog meme, pepe social">
<meta name="robots" content="index, follow">
<!-- Favicon -->
<link rel="icon" type="image/png" sizes="196x196" href="img/spin.gif">
<link rel="icon" type="image/png" sizes="96x96" href="img/spin.gif">
<link rel="icon" type="image/png" sizes="64x64" href="img/spin.gif">
<link rel="icon" type="image/png" sizes="32x32" href="img/spin.gif">
<link rel="icon" type="image/png" sizes="16x16" href="img/spin.gif">
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<section>
<a href="https://PePe.IS"><h1 class="main">PePe</h1></a>
<a id="share_uri" href="" alt="" target="_blank" rel="noopener">
<img class="logo" id="share_gif" src="" alt="">
</a>
<p><code>!welcome!</code></p>
<p>PePe/IS a random MeMe generator for the Frogman himself.</p>
<p>Find Le Frog that matches you, and share it with your friends!</p>
<input type="url" id="share_holder" value="" disabled=""></input>
<div>
<a class="button large retry" onClick="reloadOnClick();">
<span class="ibuttons">
<img class="icons" src="img/refresh.png">
</span>
<span><p class="ticon">refresh</p></span>
</a>
<a class="button large twitter" onclick="tweetOnClick();">
<span>
<img class="icons" src="img/twitter.png">
</span>
<span><p class="ticon">twitter</p></span>
</a>
<a class="button large share" onclick="copyOnClick();">
<span>
<img class="icons" src="img/share.png">
</span>
<span><p class="ticon">share</p></span>
</a>
</div>
</section>
<div class="footer">
<p><a href="terms.html">Terms</a> | <a href="privacy.html">Privacy</a> | <a href="https://github.com/pepe-is">Github</a></p>
<p><a href="mailto:hi [AT] pepe [DOT] is">hi [AT] pepe [DOT] is</a></p>
<p>©<script>new Date().getFullYear()>2010&&document.write(new Date().getFullYear());</script></p>
</div>
<!-- JS -->
<script type="text/javascript" src="js/pepe.js"></script>
</body>
</html>