-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgenerate.html
33 lines (33 loc) · 937 Bytes
/
generate.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
<html>
<head>
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" type="text/css" href="/style.css">
<script src="https://code.jquery.com/jquery-1.12.4.min.js"
integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ=" crossorigin="anonymous"></script>
<script>
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='/jquery.min.js' type='text/javascript'%3E%3C/script%3E"));
}
</script>
<script src="/main.js"></script>
<title>EmojiRank</title>
</head>
<body>
<header>
<br />
<div id="logo"><a href="/"><img src="/assets/logo.svg" alt="EmojiRank" width="200"></a></div>
</header>
<main>
<br />
<div id="container">
</div>
<h2 id="call_to_action">Which of these is your favourite?</h2>
<br />
<br />
<br />
</main>
<footer>
<div id="option"><a href="/nextgenerate">Next</a></div>
</footer>
</body>
</html>