-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 1.62 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
<!DOCTYPE HTML>
<html>
<head>
<title>itinerantfoodie.com</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="assets/css/main.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
</head>
<body>
<!-- Header -->
<header id="header">
<h1>We're rebuilding - Stay tuned!</h1>
<p>We've built our <a href="https://itinerantfoodie.com/">shiny new site</a>, however the old posts no longer exist.</p>
</header>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="http://twitter.com/nolim1t" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://instagram.com/nolim1t" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
<li><a href="https://github.com/itinerantfoodie" class="icon fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://m.me/itinerantfoodie" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
</ul>
<ul class="copyright">
<li>© Itinerant Foodie</li><li>Inspired by the <a href="http://html5up.net">HTML5UP Eventually theme</a></li>
</ul>
</footer>
<!-- Scripts -->
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="assets/js/main.js"></script>
</body>
</html>