-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
executable file
·184 lines (113 loc) · 5.06 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
175
176
177
178
179
180
181
182
183
184
<!doctype html>
<html lang="pt">
<head>
<meta charset="utf-8">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta content="width=device-width,initial-scale=1,minimal-ui,shrink-to-fit=no" name="viewport">
<link rel="icon" href="icon.ico" />
<link rel="logo" href="icon.svg" border="true" />
<meta property="og:title" content="404 Page not found" />
<meta property="og:description" content="" />
<meta property="og:type" content="website" />
<meta property="og:url" content="/404.html" />
<meta name="twitter:card" content="summary"/>
<meta name="twitter:title" content="404 Page not found"/>
<meta name="twitter:description" content=""/>
<link rel="canonical" href="./404.html">
<title>
404 Page not found | These Difficult Times
</title>
<link rel="stylesheet" href="./plugins/Bootstrap/css/bootstrap.css">
<link href="./css/style.css" rel="stylesheet">
<link href="./css/style.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="./css/all.css">
</head>
<body class="d-flex flex-column">
<header class="blog-header">
<nav class="navbar navbar-expand-md navbar-light bg-light">
<div class="container">
<a class="navbar-brand" href="./">
<img src="./logotype.png" width="100%" height="100%" class="d-inline-block align-top"
alt="These Difficult Times" title="These Difficult Times">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-between" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item ">
<a class="nav-link" href="./"></a>
</li>
</ul>
<ul class="navbar-nav">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
🇵🇹 Idioma
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="navbarDropdown">
</div>
</li>
</ul>
</div>
</div>
</nav>
</header>
<div class="container flex-grow-1">
<div class="row">
<div class="col-12 col-lg-8 blog-main">
<article class="blog-post">
<header>
<h2 class="blog-post-title">Page Not Found</h2>
</header>
<p>Page not found. Go back <a href="./">home</a>.</p>
</article>
</div>
<aside class="col-12 col-lg-3 ml-auto blog-sidebar">
<section>
<h5><img width="16px" src="./Feed-icon.svg"/> Acompanhe nossas Novidades</h5>
<ul>
<li><a href="index.json" target="blank">JsonFeed</a> <small>(compatível com o <a href="" target="_blank">Alertaj app</a>)</small></li>
<li><a href="index.xml" target="blank">RSS</a> <small>(para a maioria dos leitores de feed)</small></li>
</ul>
<hr/>
<h6>Não usa um leitor de RSS/feed?</h6>
<a class="badge badge-primary" href="https://t.me/joinchat/IJPKNCLrgvs2jOIk" target="_blank"><img width="16px" src="./telegram.svg"/> Tenha as Novidades em seu Telegram</a>
</section>
<hr>
<hr>
<section>
<h4>Tags</h4>
<span>
</span>
</section>
</aside>
</div>
</div>
<footer class="footer blog-footer w-100 bg-light d-flex align-items-center">
<p class="w-100 text-center text-muted">(c) 2021-2023 Daniella Mesquita (https://danimesq.eth.link)</p>
</footer>
<script src="./plugins/jQuery/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="./plugins/inlineDisqussions/inlineDisqussions.css" />
<script src="./plugins/inlineDisqussions/inlineDisqussions.js"></script>
<script>
disqus_shortname = 'stillneedathirdtestament';
jQuery(document).ready(function() {
jQuery("p:not('.highlighted, .narrow-p')").inlineDisqussions({
position: 'right'
});
jQuery("p.highlighted").inlineDisqussions({
identifier: 'disqussion-highlighted',
highlighted: true,
});
jQuery("p.narrow-p").inlineDisqussions({
identifier: 'disqussion-narrow-p',
position: 'left'
});
});
</script>
<script src="./plugins/Popper.js/popper.min.js"></script>
<script src="./plugins/Bootstrap/js/bootstrap.min.js"></script>
</body>
</html>