-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (26 loc) · 771 Bytes
/
index.html
File metadata and controls
29 lines (26 loc) · 771 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-6">
<meta name="viewport" content="width=device-width, initial-scale=2">
<title>Scandinavian Defense Login</title>
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<!-- Front page display -->
<div class="front-page">
<div class="front">
<img src="img/Logo.jpeg" alt="Logo">
<h2>The #1 Web Security Service of the Norwegian archipelago</h2>
<p>
Login or register an account today to access expert advice on web defense!
</p>
<div class="formlarge">
<p class="message">
<a href="php/login.php">Click here to login</a></p>
<p class="message">or
<a href="php/register.php">Create an account</a></p>
</div>
</div>
</body>
</html>