-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathhelp.html
More file actions
23 lines (23 loc) · 1016 Bytes
/
help.html
File metadata and controls
23 lines (23 loc) · 1016 Bytes
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="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Help</title>
<link rel="stylesheet" href="./styles/standard.css">
<link rel="stylesheet" href="./styles/fonts.css">
<link rel="stylesheet" href="./styles/desktop_template.css">
<link rel="stylesheet" href="./styles/help_page_styles/help.css">
<link rel="stylesheet" href="./styles/help_page_styles/help_mobile.css">
<link rel="stylesheet" href="./styles/landscape_overlay.css">
<script src="./scripts/usersData.js"></script>
<script src="./scripts/desktop_template.js"></script>
<script src="./scripts/help_page/help.js"></script>
<script src="./scripts/help_page/help_template.js"></script>
<link rel="icon" type="image/vnd.icon" href="./assets/img/joinLogo.svg">
</head>
<body onload="initHelpPage()">
<div id="templateSection"></div>
<script src="./scripts/landscape_overlay.js"></script>
</body>
</html>