-
Notifications
You must be signed in to change notification settings - Fork 0
/
lorem-ipsum.html
196 lines (99 loc) · 4.68 KB
/
lorem-ipsum.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
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
<!doctype html>
<html lang="en">
<head>
<title>404 | AndrewsTech</title>
<meta charset="utf-8">
<script data-ad-client="ca-pub-3119327652471615" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script type="text/javascript" src="https://cdn.ywxi.net/js/1.js" async></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google" content="notranslate" />
<meta name="description" content="" />
<link rel="stylesheet" href="/css/main.css">
<link rel="icon" href="/images/%5BOriginal%20size%5D%20AT.png">
</head>
<body>
<div id="site-wrap" class="site">
<header class="site-header">
<div class="container container--lg">
<nav class="navbar" aria-label="Main Navigation">
<a class="sr-only" href="#content">Skip to main content</a>
<a class="h4 navbar__title" href='/'>AndrewsTech</a>
<button aria-label="Menu" class="btn btn--icon btn--clear navbar__menu-btn js-nav-toggle">
<svg class="icon" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M3 13h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 7h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1zM3 19h18c0.552 0 1-0.448 1-1s-0.448-1-1-1h-18c-0.552 0-1 0.448-1 1s0.448 1 1 1z"></path></svg>
</button>
<div class="navbar__menu">
<div class="navbar__scroller">
<div class="navbar__inner">
<button aria-label="Close" class="btn btn--icon btn--clear navbar__close-btn js-nav-toggle">
<svg class="icon" width="24" height="24" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M5.293 6.707l5.293 5.293-5.293 5.293c-0.391 0.391-0.391 1.024 0 1.414s1.024 0.391 1.414 0l5.293-5.293 5.293 5.293c0.391 0.391 1.024 0.391 1.414 0s0.391-1.024 0-1.414l-5.293-5.293 5.293-5.293c0.391-0.391 0.391-1.024 0-1.414s-1.024-0.391-1.414 0l-5.293 5.293-5.293-5.293c-0.391-0.391-1.024-0.391-1.414 0s-0.391 1.024 0 1.414z"></path></svg>
</button>
<ul class="navbar__list menu">
<li class="navbar__item">
<a href="https://www.youtube.com/andrewstech"
class="">YouTube</a>
</li>
<li class="navbar__item">
<a href="/blog"
class="">Blog</a>
</li>
<li class="navbar__item">
<a href="/about"
class="">About</a>
</li>
<li class="navbar__item navbar__item--btn">
<a href="/contact"
class="btn">Contact Us</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
</div>
</header>
<main id="content" class="site-content">
<article class="page">
<div class="container container--md">
<header class="page__header">
<h1 class="page__title">404</h1>
</header>
<div class="page__copy">
<h1 id="sorry-that-page-could-not-be-found"><strong>Sorry that page could not be found.</strong></h1>
</div>
</div>
</article>
</main>
<footer class="site-footer">
<div class="container container--lg">
<div class="site-footer__nav">
<ul class="site-footer__menu menu">
<li>
<a href="/contact"
class="">Contact Us</a>
</li>
</ul>
<ul class="site-footer__social menu">
<li>
<a href="https://twitter.com/andrewstech1"
target="_blank"
rel="noopener "
class="">Twitter</a>
</li>
<li>
<a href="https://github.com/andrewstech"
target="_blank"
rel="noopener "
class="">GitHub</a>
</li>
</ul>
</div>
<div class="site-footer__copyright">
<span>© AndrewsTech All rights reserved.</span>
</div>
</div>
</footer>
</div>
<script src="/js/init.js"></script>
<script src="/js/page-load.js"></script>
<script src="https://widget.stackbit.com/init.js" id="stackbit-widget-init" data-stackbit-project-id="610c71886430e500bd6b46e4"></script></body>
</html>