This repository has been archived by the owner on Feb 28, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
/
404.html
53 lines (46 loc) · 1.78 KB
/
404.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
<!DOCTYPE html>
<html>
{% include head.html %}
<body>
<header>
<div class="logo">
<div class="menu__icon">
<img class="menu__icon" src="../images/menu_black.svg" alt="Menu"/>
</div>
<a href="/"><h1 class="title">PWA Tips</h1></a>
</div>
<ul class="menu">
<li class="menu__logo"><a href="/"><h1 class="title">PWA Tips</h1></a></li>
<li><a href="/">newsletter</a></li>
<li><a href="/archives" >archives</a></li>
<li><a href="/opensources" >open sources</a></li>
</ul>
<div class="menu__overlay"></div>
</header>
<section class="main__content header__not-found">
<h2>404 Not Found</h2>
</section>
<section></section>
<footer>
<div class="footer__newsletter">
<div class="newsletter">
<h3>subscribe to our monthly newsletter</h3>
<form action="//tips.us15.list-manage.com/subscribe/post?u=05ad32d0bc2eec161ad0f998b&id=1b19be63b3" method="post" target="_blank">
<input class="email-address" name="EMAIL" type="email" id="mce-EMAIL" placeholder="Your Email Address" required/>
<div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_05ad32d0bc2eec161ad0f998b_1b19be63b3" tabindex="-1" value=""></div>
<input class="submit-btn" id="mc-embedded-subscribe" type="submit" value="Submit"/>
</form>
</div>
</div>
<div class="footer__content">
<div><b>© 2017 - <a target="_blank" href="https://github.com/code-kotis">Code Kotis</a></b></div>
<div class="footer__curator">Curators ·
<a target="_blank" href="https://github.com/gokulkrishh">Gokul</a> ·
<a target="_blank" href="https://github.com/hemanth">Hemanth</a>
</div>
</div>
</footer>
<script src="/js/main.js"></script>
<script src="/js/menu.js"></script>
</body>
</html>