-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (30 loc) · 1016 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charSet="utf-8"/>
<meta http-equiv="refresh" content = "0;url=https://docs.securecodebox.io/">
<title>secureCodeBox – Testing your Software Security</title>
<link rel="icon" type="image/x-icon" href="/favicon.png">
<link rel="stylesheet" href="/normalize.css">
<style>
html {
color: #FFFFFF;
background-color: #77B9E8;
display: table;
font-family: sans-serif;
height: 100%;
text-align: center;
width: 100%;
}
</style>
</head>
<body>
<header>
<h1>secureCodeBox – Testing your Software Security</h1>
<img src="/logo.png" alt="secureCodeBox">
</header>
<main>
<p>If you were not redirected automatically please follow <a href="https://docs.securecodebox.io/">this link</a>.</p>
</main>
</body>
</html>