Welcome to mirror list, hosted at ThFree Co, Russian Federation.

404.html « public - github.com/brycematheson/allegiant.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b7b2d084d24601b6598d5dac529fb3bf9e174131 (plain)
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en-us">
<head>
  <meta charset="utf-8" />
  <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
  <title>404 Page not found &middot; Allegiant</title>
  <link rel="stylesheet" href="http://localhost:1313/brycematheson.io/css/style.css" />
  <link rel="stylesheet" href="http://localhost:1313/brycematheson.io/css/font-awesome.min.css" />
  <link href='https://fonts.googleapis.com/css?family=Lato:100,300,400,600' rel='stylesheet' type='text/css'>
  <link rel="shortcut icon" href="http://localhost:1313/brycematheson.io/img/favicon.ico" />
  <link rel="apple-touch-icon" href="http://localhost:1313/brycematheson.io/img/apple-touch-icon.jpg" />
  
</head>
<body>

<header class="header" style="background-color: #009DDC;
    background-image: url(http://localhost:1313/brycematheson.io//img/texture.png),linear-gradient(to bottom, #009DDC, #006ccb);background-repeat: repeat, no-repeat;background-position: left top, left top;background-size: 100px 100px, 100% 100%;" role="banner">

      <section id="branding">
        <div id="site-title"><a href="http://localhost:1313/brycematheson.io/">Allegiant</a></div>
        <nav id="mainmenu">
          <ul>
            <li><a href="http://localhost:1313/brycematheson.io/">Articles</a></li>
            <li><a href="https://github.com/brycematheson" target="_blank">Github</a></li>
            <li><a href="https://twitter.com/brycematheson" target="_blank">Twitter</a></li>
            <li><a href="https://www.linkedin.com/in/brycematheson" target="_blank">LinkedIn</a></li>
          </ul>
        </nav>
        <input type="checkbox" id="op"></input>
        <div class="lower">
          <label for="op">Menu</label>
        </div>
        <div class="overlay overlay-hugeinc">
          <label for="op"></label>
          <nav id="menu" role="navigation">
            <ul>
            <li><a href="http://localhost:1313/brycematheson.io/">Articles</a></li>
            <li><a href="https://github.com/brycematheson" target="_blank">Github</a></li>
            <li><a href="https://twitter.com/brycematheson" target="_blank">Twitter</a></li>
            <li><a href="https://www.linkedin.com/in/brycematheson" target="_blank">LinkedIn</a></li>
          </ul>
          </nav>
        </div>
        <div class="clearfix"></div>
      </section>
      <div class="post-heading">
        <h1> Articles 
        </h1>
      </div>

    </header>

    <div id="container">

<section>
  <h1>404</h1>
  <div>This page doesn't exist.</div>
</section>
<div class="clear"></div>
</div>
<footer id="footer" style="color: #7A7B7C; background-color: #3A3B3C;background-image: url(http://localhost:1313/brycematheson.io//img/texture.png),linear-gradient(to bottom, #3A3B3C, #1d1e1e); background-repeat: repeat, no-repeat; background-position: left top, left top; background-size: 100px 100px, 100% 100%;">
  <div id="footer-container">
    <div class="footer-column">

    </div>
    <div class="footer-column">

    </div>
    <div class="footer-column">

    </div>
  <div class="clearfix"></div>
  </div>
  <div id="copyright">&copy; Allegiant. All Rights Reserved.</div>
</footer>
<script src="http://localhost:1313/brycematheson.io/js/highlight.pack.js"></script>
  <script>
    hljs.initHighlightingOnLoad();
  </script>
  
  <script>
    (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
    (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
    m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
    })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
    ga('create', 'Your Google Analytics tracking id', 'auto');
    ga('send', 'pageview');
  </script>
  
</div>
<script data-no-instant>document.write('<script src="http://'
        + (location.host || 'localhost').split(':')[0]
		+ ':1313/livereload.js?mindelay=10"></'
        + 'script>')</script></body>
</html>