-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnot-allowed.html
More file actions
52 lines (52 loc) · 2.26 KB
/
not-allowed.html
File metadata and controls
52 lines (52 loc) · 2.26 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
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="stylesheet" type="text/css" href="/assets/css/icono.min.css">
<link rel="stylesheet" type="text/css" href="/assets/css/simple-grid.css">
<link rel="stylesheet" type="text/css" href="/assets/css/luxbar.css">
<link rel="stylesheet" type="text/css" href="/assets/css/default.css">
</head>
<body>
<header id="luxbar" class="luxbar-fixed">
<input type="checkbox" class="luxbar-checkbox" id="luxbar-checkbox"/>
<div class="luxbar-menu luxbar-menu-right luxbar-menu-material-bluegrey">
<ul class="luxbar-navigation">
<li class="luxbar-header">
<a href="/" class="luxbar-brand">KernelProgrammer</a>
<label class="luxbar-hamburger luxbar-hamburger-doublespin"
id="luxbar-hamburger" for="luxbar-checkbox"> <span></span> </label>
</li>
<li class="luxbar-item"><a href="#">Home</a></li>
<li class="luxbar-item"><a href="/blog">Blog</a></li>
<li class="luxbar-item"><a href="/projects">Projects</a></li>
<li class="luxbar-item"><a href="/downloads">Downloads</a></li>
<li class="luxbar-item"><a href="/contact">Contact</a></li>
</ul>
</div>
</header>
<main class="container">
<section class="row">
<article class="col-md-4">
<br/>
<h1>Direct access to this location is not allowed.</h1>
</article>
</section>
<div class="col-12">
<a href="/">< back to home</a>
</div>
</main>
<footer>
<section>
<ul>
<li><a href="/privacy">Privacy</a></li>
<li><a href="/terms-of-service">Terms of Service</a></li>
<li><a href="/security">Security</a></li>
</ul>
</section>
</footer>
</body>
</html>