-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.05 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Join</title>
<link rel="stylesheet" href="./styles/standard.css" />
<link rel="stylesheet" href="./styles/fonts.css" />
<link rel="stylesheet" href="./styles/login_styles/logIn.css" />
<link rel="stylesheet" href="./styles/login_styles/logIn_mobile.css" />
<link rel="stylesheet" href="./styles/login_styles/login_animation.css" />
<link rel="stylesheet" href="./styles/landscape_overlay.css" />
<script src="./scripts/login_page/login_animation.js"></script>
<script src="./scripts/login_page/login.js"></script>
<script src="./scripts/login_page/login_template.js"></script>
<script src="./scripts/login_page/login_functionality.js"></script>
<link rel="icon" type="image/vnd.icon" href="./assets/img/joinLogo.svg" />
</head>
<body onload="initLoginAnimation()">
<div id="content"></div>
<script src="./scripts/landscape_overlay.js"></script>
</body>
</html>