-
Notifications
You must be signed in to change notification settings - Fork 0
/
submitted.html
44 lines (35 loc) · 1.33 KB
/
submitted.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
<!DOCTYPE html>
<html>
<meta charset="utf-8">
<title>TreeVisual</title>
<head>
<link rel="icon" type="image/ico" href="images/tree.ico" />
<link rel="stylesheet" href="lib/bootstrap-4.0.0-dist/css/bootstrap.css">
<link rel="stylesheet" href="lib/introjs.css">
<link rel="stylesheet" href="lib/bootstrap-4.0.0-dist/demo.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css"
integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="stylesheet" href="css/graph-visual.css">
<link rel="stylesheet" href="css/switch.css">
<link rel="stylesheet" href="css/tooltip.css">
</head>
<body>
<nav class="navbar navbar-default navbar-static-top col-lg-12 col-9" id="topNav">
<div class="navbar-header">
<!-- Branding Image -->
<a class="navbar-brand" id="brand-name" href="/" data-step="3" data-intro="Tree Visual" data-position="right" data-scrollTo="tooltip">
Tree<span style="color: #0c2340;">Visual</span>
</a>
</div>
</nav>
<div class="container-fluid">
<div class="row" align="center">
<div class="col-12" align="center" style="padding-top: 30px">
You've completed the quiz! Thank you for your participation.
<br />
You can now close this browser window.
</div>
</div>
</div>
</body>
</html>