-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
123 lines (100 loc) · 3.72 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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>404 Page not found - The Buschfunk Project</title>
<script>(function(d,e){d[e]=d[e].replace("no-js","js");})(document.documentElement,"className");</script>
<meta name="description" content="">
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700">
<link rel="stylesheet" href="/css/style.css">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body class="body">
<div class="container container--outer">
<link rel="stylesheet" href="https://buschfunkproject.github.io/css/bf.css">
<header class="header">
<div class="container">
<div class="logo">
<a class="logo__link" href="/" title="The Buschfunk Project" rel="home">
<div class="logo__image"><img src="/images/bf-logo2.png" alt="" style="width: 100%;" /> </div>
<div>
<div class="logo__title">The Buschfunk Project</div>
<div class="logo__tagline">Offline Networking for Everyone</div>
</div>
</a>
</div>
<nav class="menu">
<button class="menu__btn" aria-haspopup="true" aria-expanded="false" tabindex="0">
<span class="menu__btn-title" tabindex="-1">Menu</span>
</button>
<ul class="menu__list">
<li class="menu__item">
<a class="menu__link" href="/">
<span class="menu__text">Home</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/about">
<span class="menu__text">About</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/architecture">
<span class="menu__text">Architecture</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/code">
<span class="menu__text">Code</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/media">
<span class="menu__text">Media</span>
</a>
</li>
<li class="menu__item">
<a class="menu__link" href="/contact">
<span class="menu__text">Contact</span>
</a>
</li>
</ul>
</nav>
</div>
</header>
<div class="wrapper flex">
<div class="primary">
<main class="main" role="main">
<div class="warning">
<h1 class="warning__headline">404. Page not found</h1>
<p class="warning__text">The page you were looking for appears to have been moved, deleted or does not exist. Please, use search or go to <a href="/">main page</a>.</p>
</div>
</main>
</div>
<aside class="sidebar sidebar--left"><div class="widget-search widget">
<form class="widget-search__form" role="search" method="get" action="https://google.com/search">
<label>
<input class="widget-search__field" type="search" placeholder="SEARCH..." value="" name="q" aria-label="SEARCH...">
</label>
<input class="widget-search__submit" type="submit" value="Search">
<input type="hidden" name="sitesearch" value="https://buschfunkproject.github.io/" />
</form>
</div>
</aside>
</div>
<footer class="footer">
<div class="container footer__container flex">
<div class="footer__copyright">
© 2020 The Buschfunk Project.
<span class="footer__copyright-credits">Generated with <a href="https://gohugo.io/" rel="nofollow noopener" target="_blank">Hugo</a> and <a href="https://github.com/Vimux/Mainroad/" rel="nofollow noopener" target="_blank">Mainroad</a> theme.</span>
</div>
</div>
</footer>
</div>
<script async defer src="/js/menu.js"></script>
</body>
</html>