-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.41 KB
/
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
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>D&I - Homepage</title>
<meta name="description" content="Status of D&I Projects">
<meta name="keywords" content="D&I, projects, status, contributors, licenses">
<meta name="author" content="D&I">
<link rel="icon" type="image/x-icon" href="https://d-i-projects.github.io/IMG/icon_bg.png">
<script src="https://d-i-projects.github.io/JS/cookie.js"></script>
<script src="https://d-i-projects.github.io/JS/check_accessable.js"></script>
<script src="https://d-i-projects.github.io/JS/welcome_console_message.js"></script>
<meta property="og:title" content="D&I - Status">
<meta property="og:description" content="Repository informations of D&I Projects">
<meta property="og:image" content="https://d-i-projects.github.io/IMG/banner.png">
<meta property="og:url" content="https://d-i-projects.github.io/">
<meta property="og:type" content="website">
<script>
console.log("Redirecting to homepage (https://d-i-projects.github.io/home)");
window.location.replace("https://d-i-projects.github.io/home");
</script>
</head>
<body>
<p>If you are not redirected, <a href="https://d-i-projects.github.io/home">click here</a>.</p>
</body>
</html>