-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.html
67 lines (40 loc) · 1.79 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
<!DOCTYPE html>
<html lang="it-IT">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>DevRomagna</title>
<meta name="author" content="DevRomagna">
<meta name="description" content="Gli sviluppatori romagnoli fanno rete">
<meta name="generator" content="Hugo 0.55.4" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
<link rel="shortcut icon" href="/img/favicon.ico">
<!-- Stylesheets -->
<link rel="stylesheet" href="/css/styles.css">
<link rel="stylesheet" href="/css/sp-minimal.css">
<link rel="stylesheet" href="/css/sp-minimal-simple.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/default.min.css">
</head>
<body><div class="wrapper">
<header class="text-center">
<img src="/img/logo.png" class="img-circle s200">
<h2 class="text-right add-padding-right">Developer Community della Romagna</h2>
<p class="text-right remove-margin-bottom add-padding-right">Gli sviluppatori romagnoli fanno rete</p>
</header>
<section>
<h1> 404 - Page not found </h1>
</section>
<footer>
<p class="remove-margin-bottom add-padding-right">
© 2019
<a href="/">DevRomagna</a>
</p>
<p class="remove-margin-bottom add-padding-right"><small>
<a href="https://github.com/eueung/hugo-sp-minimal">Hugo SP-Minimal</a> Theme |
Based on <a href="https://github.com/orderedlist/minimal">Minimal</a>
</small></p>
</footer>
</div><script src="/js/scale.fix.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/highlight.min.js"></script>
<script>hljs.initHighlightingOnLoad();</script>
</body></html>