-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (33 loc) · 1.48 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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="cache-control" content="no-cache">
<title>LINKIT | AZ-204</title>
<meta name="keywords" content="1.0.0.0">
<meta name="author" content="Dick van Straaten">
<link rel="stylesheet" href="./css/bootstrap.min.css">
<link rel="stylesheet" href="./css/bootstrap-icons.css">
<link rel="stylesheet" href="./css/site.css">
</head>
<body>
<nav class="navbar navbar-light bg-light p-2 mb-2 border-bottom">
<a class="" href="https://linkit.nl/" target="_blank">
<img src="./images/linkit-logo-payoff.svg" class="linkit-logo" alt="LINKIT">
</a>
</nav>
<div class="container">
<div class="text-center">
<h1>Hi Azure hero's,</h1>
<p>Welcom at the <a href="https://docs.microsoft.com/en-us/learn/certifications/exams/az-204">Microsoft Certified: Azure Developer Associate</a> training powered by LINKIT!</p>
</div>
</div>
<footer class="border-top footer text-muted bg-light p-2">
<strong>©</strong> 2021 LINKIT <a href="https://www.linkit.nl/info/privacy" target="_blank">Privacy Policy</a>
</footer>
<script src="./js/jquery.min.js.download"></script>
<script src="./js/bootstrap.bundle.min.js.download"></script>
<script src="./js/site.js.download"></script>
</body>
</html>