Add files from old Git
This commit is contained in:
commit
d824c67bb4
8 changed files with 57 additions and 0 deletions
18
index.html
Normal file
18
index.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="da">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="icon" href="img/icon.png">
|
||||
<link rel="stylesheet" href="css/styles.css" type="text/css">
|
||||
<title>Blocked Page - DCSL.dk</title>
|
||||
<script src="js/script.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
<h1>You are not allowed to be here</h1>
|
||||
<h2> - Please return to the <a title="DCSL Homepage" href="https://dcsl.dk">homepage</a> or the <a onclick="navigateBack()" href="#">previous page</a></h2>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue