-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path404.html
More file actions
94 lines (84 loc) · 4.13 KB
/
404.html
File metadata and controls
94 lines (84 loc) · 4.13 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
83
84
85
86
87
88
89
90
91
92
93
94
<!DOCTYPE html>
<html lang='en'>
<head><title>404 Page not found | fp-tower blog</title>
<meta charset='utf-8'>
<meta name = 'viewport' content = 'width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no'>
<meta http-equiv = 'X-UA-Compatible' content = 'IE=edge'>
<meta property = 'og:locale' content = 'en_US' />
<meta property = 'og:type' content = 'article' />
<meta property = 'og:title' content = '404 Page not found' />
<meta property = 'og:description' content = ''>
<meta property = 'og:url' content = 'https://blog.fp-tower.com/404.html' />
<link rel="icon" type="image/png" sizes="32x32" href='https://blog.fp-tower.com/images/icons/favicon-32x32.png'>
<link rel="icon" type="image/png" sizes="16x16" href='https://blog.fp-tower.com/images/icons/favicon-16x16.png'>
<meta name="keywords" content="fp-tower blog">
<meta name="description" content="">
<meta property="og:site_name" content="fp-tower blog">
<meta property="og:title" content="404 Page not found">
<meta property="og:description" content="">
<meta property="og:type" content="article">
<meta property="og:image" content="https://blog.fp-tower.com">
<meta property="og:url" content="https://blog.fp-tower.com/404.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:creator" content="@fptower">
<meta name="twitter:title" content="404 Page not found">
<meta name="twitter:description" content="">
<meta name="twitter:image" content="https://blog.fp-tower.com">
<link rel = 'canonical' href = 'https://blog.fp-tower.com/404.html'>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap" rel="stylesheet">
<link rel = 'stylesheet' href = 'https://blog.fp-tower.com/main.b4f94734ab9bb9b2149afa1e17658d8984eaa09d3a63fc93c00918a18204ba864e4eeaadd0bee5d3a5f5bd4e2bb4578ae9eddb09eda4edd5a63d5ba326877e5a.css' integrity = 'sha512-tPlHNKububIUmvoeF2WNiYTqoJ06Y/yTwAkYoYIEuoZOTuqt0L7l06X1vU4rtFeK6e3bCe2k7dWmPVujJod+Wg=='>
</head>
<body>
<header class = 'nav_header nav_fixed nav_home'>
<div class = 'nav_top wrap'>
<a class = 'nav_brand' href='https://www.fp-tower.com/'>
<img src = '/images/logo.png' class = 'nav_logo'>
</a>
<nav class = 'nav center'>
<a href = 'https://www.fp-tower.com/courses/foundations' class = 'nav_item '>
course
</a>
<a href = '/' class = 'nav_item '>
blog
</a>
<a href = '/contact-us/' class = 'nav_item '>
contact us
</a>
<a href = 'https://www.fp-tower.com' class = 'nav_item '>
jobs
</a>
</nav>
<div class = 'nav_toggle'>☰</div>
</div>
</header>
<main>
<div class="center pt_2">
<h1 class="mt_6">404</h1>
<p>Page not found</p>
</div>
</main>
<footer class = 'footer'>
<div class = 'wrap footer_inner'>
<div class = 'footer_icons footer_row'>
<span class = 'font_semibold'>STAY IN TOUCH</span>
<a href = 'https://twitter.com/TheFpTower' target = '_blank' rel = 'noopener' title = 'follow on twitter' class = 'footer_icon twitter'></a>
<a href = 'https://www.youtube.com/c/fptower-programming' target = '_blank' rel = 'noopener' title = 'follow on youtube' class = 'footer_icon youtube'></a>
<a href = 'https://fp-tower.slack.com/' target = '_blank' rel = 'noopener' title = 'follow on slack' class = 'footer_icon slack'></a>
<a href = 'https://github.com/fp-tower' target = '_blank' rel = 'noopener' title = 'follow on github' class = 'footer_icon github'></a>
</div>
<div class = 'footer_row footer_lower'>
<span>Copyright 2021 fp-tower LTD</span>
<a class = 'nav_brand' href='https://www.fp-tower.com/'>
<img src = '/images/logo.png' class = 'footer_logo'>
</a>
<div class = 'nav_parent'>
<a href = 'https://www.fp-tower.com/pages/privacy' class = ''>Privacy Policy</a>
<a href = '' class = ''>.</a>
<a href = 'https://www.fp-tower.com/pages/terms' class = ''>Terms & Conditions</a>
</div>
</div>
</div>
</footer>
<script src = 'https://blog.fp-tower.com/js/index.js'></script>
</body>
</html>