-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
136 lines (86 loc) · 4.61 KB
/
404.html
File metadata and controls
136 lines (86 loc) · 4.61 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
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
<!DOCTYPE HTML>
<html lang="en-us">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="Your description">
<meta name="author" content="Dimitrios Stergiou">
<meta name="generator" content="Hugo 0.37.1" />
<title>404 Page not found · Delta Sec</title>
<!-- Stylesheets -->
<link rel="stylesheet" href="https://dstergiou.github.io/css/main.css"/>
<!-- Custom Fonts -->
<link href="https://dstergiou.github.io/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link rel="shortcut icon" type="image/x-icon" href="https://dstergiou.github.io/img/favicon.ico">
<link rel="icon" type="image/x-icon" href="https://dstergiou.github.io/img/favicon.ico">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="js/ie/html5shiv.js"></script>
<script src="js/ie/html5shiv.jsrespond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<a href="https://dstergiou.github.io" class="logo"><strong>Home</strong> <span></span></a>
<nav>
<a href="#menu">Menu</a>
</nav>
</header>
<!-- Menu -->
<nav id="menu">
<ul class="links">
<li><a href="https://dstergiou.github.io/company/about">About Delta Sec</a></li>
<li><a href="https://dstergiou.github.io/services/infosec">Information Security</a></li>
<li><a href="https://dstergiou.github.io/services/privacy">Privacy (GDPR)</a></li>
<li><a href="https://dstergiou.github.io/services/vulnerability">Vulnerability Assessment / Penetration Testing</a></li>
<li><a href="https://dstergiou.github.io/services/igaming">iGaming Security</a></li>
<li><a href="https://dstergiou.github.io/services/sdlc">Secure Development (SDLC)</a></li>
<li><a href="https://dstergiou.github.io/services/training">Awareness Training</a></li>
<li><a href="https://dstergiou.github.io/services/outsource">Outsourcing Evaluation</a></li>
<li><a href="https://dstergiou.github.io/services/conference">Speaking engagements</a></li>
</ul>
<ul class="actions vertical">
<li><a href="https://dstergiou.github.io" class="button special fit">Home</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<h1>Page couldn't be found</h1>
<p>Please visit [this page](/)</p>
</div>
</div>
<!-- Footer -->
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="mailto:dstergiou@gmail.com" class="icon alt fa-envelope" target="_blank"><span class="label">Email</span></a></li>
<li><a href="tel:+46736992725" class="icon alt fa-mobile" target="_blank"><span class="label">Phone</span></a></li>
<li><a href="https://api.whatsapp.com/send?phone=46736992725" class="icon alt fa-whatsapp" target="_blank"><span class="label">WhatsApp</span></a></li>
<li><a href="https://www.twitter.com/dstergiou" class="icon alt fa-twitter" target="_blank"><span class="label">Twitter</span></a></li>
<li><a href="https://www.linkedin.com/in/dstergiou/" class="icon alt fa-linkedin" target="_blank"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="copyright">
<li>© Delta Sec 2018</li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<!-- Scripts -->
<!-- jQuery -->
<script src="https://dstergiou.github.io/js/jquery.min.js"></script>
<script src="https://dstergiou.github.io/js/jquery.scrolly.min.js"></script>
<script src="https://dstergiou.github.io/js/jquery.scrollex.min.js"></script>
<script src="https://dstergiou.github.io/js/skel.min.js"></script>
<script src="https://dstergiou.github.io/js/util.js"></script>
<!-- Main JS -->
<script src="https://dstergiou.github.io/js/main.js"></script>
</body>
</html>