-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresult.html
43 lines (38 loc) · 1.43 KB
/
result.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
<!DOCTYPE HTML>
<html>
<head>
<title>Epilogue by TEMPLATED</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="result.js"></script>
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<section style="margin-bottom: 4em;" id="cta" class="main special">
<h2 id = "head"></h2>
</section>
<div class="spinner">
<div class="rect1"></div>
<div class="rect2"></div>
<div class="rect3"></div>
<div class="rect4"></div>
<div class="rect5"></div>
</div>
<section style="padding: 2em 0 0.1em 0;text-align: center;" class="main special">
<ul class="actions">
<li><a href="index.html#articlesearch" class="button big">Home</a></li>
</ul>
</section>
<footer id="footer">
<p class="copyright">© Untitled. Design: <a href="https://templated.co">TEMPLATED</a>. Images: <a href="https://unsplash.com">Unsplash</a>.</p>
</footer>
</div>
<!-- Scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/skel/3.0.1/skel-layout.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>