This repository has been archived by the owner on Jan 18, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
54 lines (51 loc) · 2.14 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
<html>
<head>
<title>Meams.jpg</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://memetrash.co.uk/index.css"/>
</head>
<body>
<div id="loadingElement" style="display: none">
<div id="loadingTrollFaceScreen">
<div>Loading ...</div>
<img src="https://memetrash.co.uk/img/coloured.png" />
</div>
<div id="loadingBackground">
</div>
</div>
<header>
<h1>
<marquee>Meme Generator</marquee>
</h1>
</header>
<section id="main">
<blink class="desc">Chose the contense of you're mEme</blink>
<img src="https://memetrash.co.uk/img/troll.png" alt="IcanHazCheesburger"
width ="100" height="100" />
<form action="javascript: postForm()">
<input id="inputBox" type="text" class="input_box"/>
</form>
<div id="downloadedImageOuter" style="display: none">
<div style="font-size: 80px;color: purple">Your Imagz:</div>
<div id="downloadedImageInner">
</div>
</div>
</section>
<footer id="images">
<img src="https://memetrash.co.uk/img/burger.jpg" alt="IcanHazCheesburger"
width ="100" height="100" />
<img src="https://memetrash.co.uk/img/sparta.jpg" alt="IcanHazCheesburger"
width ="300" height="100" />
<img src="https://memetrash.co.uk/img/wars.jpg" alt="IcanHazCheesburger"
width ="100" height="150" />
<div style="display:inline">
© Mike freeman
</div>
</footer>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://memetrash.co.uk/index.js"></script>
</body>
</html>