-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
31 lines (27 loc) · 1.07 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
28
29
30
31
<html lang="en">
<title>Staffing</title>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@200;400;700&display=swap" rel="stylesheet">
</head>
<body>
<div class="container" id="container">
<header>
<div>
<h1 id="title">Staffing</h1>
<p id="subtitle"></p>
</div>
<img src="logo.svg" alt="VATSIM Scandinavia logo" height="75">
</header>
<h2>Positions</h2>
<div class="canvas-positions"></div>
<h2>Controllers</h2>
<div class="canvas-controllers"></div>
</div>
<script src="script.js"></script>
</body>
</html>