-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcompleted.html
More file actions
39 lines (30 loc) · 1.15 KB
/
completed.html
File metadata and controls
39 lines (30 loc) · 1.15 KB
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
<!doctype html>
<html lang="en" dir="ltr" style="font-size: 16px;">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Title of the course / Titre du cours</title>
<link rel="stylesheet" href="./assets/css/main.css">
<!-- FONTS -->
<link href="https://fonts.googleapis.com/css?family=Lato:400,700" rel="stylesheet">
<!-- FAVICON -->
<link rel="shortcut icon" href="./assets/img/_branding/favicon.ico" type="image/x-icon">
</head>
<body class="splash-page">
<main>
<section id="s01">
<div class="row align-items-center justify-content-center pt-5 bg-light-gray" style="height: 100vh;">
<div class="jumbotron bg-white shadow-lg">
<div class="card-body">
<p class="text-center mb-5">
<img src="./assets/img/_branding/FIP_en_fr.svg" alt="Public service and procurement Canada" width="500">
</p>
<h1>Session ended / Session terminée</h1>
<p class="mb-0 text-center">You have successfully exited the course. / Vous avez quitté le cours avec succès.</p>
</div>
</div>
</div>
</section>
</main>
</body>
</html>