-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
82 lines (46 loc) · 2.5 KB
/
404.html
File metadata and controls
82 lines (46 loc) · 2.5 KB
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
<!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 - Phoenix by Example</title>
<meta name="author" content="Mike Zornek">
<meta name="description" content="Providing example applications that help frame educational discussions around Elixir and the Phoenix framework.">
<meta name="generator" content="Hugo 0.80.0" />
<link rel="stylesheet" href="/assets/css/external.min.css" media="screen">
<link rel="stylesheet" href="/assets/css/styles.css" media="screen">
<link href="https://fonts.googleapis.com/css?family=Roboto:400" rel="stylesheet">
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Phoenix by Example" />
<link href="/posts/index.xml" rel="alternate" type="application/rss+xml" title="Phoenix by Example" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="Providing example applications that help frame educational discussions around Elixir and the Phoenix framework." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://phoenixbyexample.com/404.html" />
<meta itemprop="name" content="404 Page not found">
<meta itemprop="description" content="Providing example applications that help frame educational discussions around Elixir and the Phoenix framework.">
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content="Providing example applications that help frame educational discussions around Elixir and the Phoenix framework."/>
<script>var clicky_site_ids = clicky_site_ids || []; clicky_site_ids.push(101302572);</script>
<script async src="//static.getclicky.com/js"></script>
</head>
<body>
<nav>
<a href="/" title="Homepage">
Phoenix by Example
</a>
</nav>
<main class="container">
:no_entry_sign: 404 :cry:
</main>
<footer>
<p>
Copyright 2021 Zorn Labs LLC
</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>
</body>
</html>