-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
95 lines (54 loc) · 2.63 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
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
<!DOCTYPE html>
<html lang="en-us" itemscope itemtype="http://schema.org/WebPage">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 Page not found - Trading Tools</title>
<meta name="author" content="honzajde">
<meta name="description" content="Set of commandline tools for day traders of US equities, in particular NASDAQs.">
<meta name="generator" content="Hugo 0.62.0" />
<link rel="stylesheet" href="/assets/css/external.min.css" media="screen">
<link rel="stylesheet" href="/assets/css/styles.css" media="screen">
<link href="//fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/src/images/apple-touch-icon.png">
<link rel="shortcut icon" href="/src/images/favicon.ico">
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Trading Tools" />
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Trading Tools" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Set of commandline tools for day traders of US equities, in particular NASDAQs." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://honzajde.github.io/404.html" />
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="Set of commandline tools for day traders of US equities, in particular NASDAQs.">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Set of commandline tools for day traders of US equities, in particular NASDAQs."/>
</head>
<body>
<nav>
<a href="/" title="Homepage">
</a>
</nav>
<main class="container">
:no_entry_sign: 404 :cry:
</main>
<footer>
<p>
© 2019 honzajde.
</p>
<p>
Powered by <a href="https://gohugo.io" title="A Fast and Flexible Website Generator">Hugo</a> & <a href="https://github.com/eshlox/simplicity" title="Hugo theme">Simplicity</a>.
</p>
</footer>
<script src="/assets/js/scripts.min.js"></script>
<script type="application/javascript">
var doNotTrack = false;
if (!doNotTrack) {
window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
ga('create', 'XXX', 'auto');
ga('send', 'pageview');
}
</script>
<script async src='https://www.google-analytics.com/analytics.js'></script>
</body>
</html>