-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
174 lines (97 loc) · 4.86 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>ctiapps.pro</title>
<link rel="dns-prefetch" href="//fonts.googleapis.com">
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link rel="dns-prefetch" href="//maxcdn.bootstrapcdn.com">
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Software integration and DevOps services">
<link rel="manifest" type="application/manifest+json; charset=utf-8" href="/manifest.json" />
<meta name="robots" content="all">
<meta name="author" content="ctiapps">
<link rel="canonical" href="//ctiapps.pro/404.html">
<link rel="alternate" type="application/rss+xml" title="RSS Feed for ctiapps.pro" href="/feed.xml" />
<!-- Custom CSS -->
<link rel="stylesheet" href="/css/pixyll.css?202108240937" type="text/css">
<!-- Fonts -->
<link href='//fonts.googleapis.com/css?family=Merriweather:900,900italic,300,300italic' rel='stylesheet' type='text/css'>
<link href='//fonts.googleapis.com/css?family=Lato:900,300' rel='stylesheet' type='text/css'>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<!-- MathJax -->
<!-- Verifications -->
<!-- Open Graph -->
<!-- From: https://github.com/mmistakes/hpstr-jekyll-theme/blob/master/_includes/head.html -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="ctiapps.pro">
<meta property="og:description" content="Software integration and DevOps services">
<meta property="og:url" content="//ctiapps.pro/404.html">
<meta property="og:site_name" content="ctiapps.pro">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary" />
<meta name="twitter:title" content="ctiapps.pro" />
<meta name="twitter:description" content="Software integration and DevOps services" />
<meta name="twitter:url" content="//ctiapps.pro/404.html" />
<!-- Icons -->
<link rel="apple-touch-icon" sizes="57x57" href="/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="114x114" href="/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="72x72" href="/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="144x144" href="/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="60x60" href="/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="120x120" href="/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="76x76" href="/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="/favicon-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="/favicon-160x160.png" sizes="160x160">
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="shortcut icon" href="/favicon.ico">
</head>
<body class="site">
<div class="site-wrap center">
<header class="site-header px2 px-responsive">
<div class="mt2 wrap">
<div class="measure">
<a href="/" class="site-title">ctiapps.pro</a>
<nav class="site-nav">
<a class="nav-link" href="/our-services">Our Services</a>
<a class="nav-link" href="/contact/">Say Hello</a>
</nav>
<div class="clearfix"></div>
<div class="social-icons">
<div class="social-icons-right">
<a class="fa fa-github" href="https://github.com/ctiapps"></a>
<a class="fa fa-rss" href="/feed.xml"></a>
<a class="fa fa-envelope" href="mailto:[email protected]"></a>
</div>
<div class="right">
</div>
</div>
<div class="clearfix"></div>
</div>
</div>
</header>
<div class="post p2 p-responsive wrap" role="main">
<div class="measure">
<h1 id="404">404</h1>
<p>Sorry, we can’t seem to find this page’s pixylls.</p>
<div class="mt3">
<a href="/" class="button button-blue button-big">Home</a>
<a href="/contact/" class="button button-blue button-big">Contact</a>
</div>
</div>
</div>
</div>
<script type="text/javascript">
if ("serviceWorker" in navigator) {
navigator.serviceWorker.register("/sw.js")
}
</script>
</body>
</html>