forked from pages-themes/cayman
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfinish.html
45 lines (38 loc) · 1.41 KB
/
finish.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-US">
<head>
<meta charset="UTF-8">
<meta name="description"
content="Run batch tests on humans for Formula Student entry tests."/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Race UP | Yentl</title>
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700'
rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/style.css?">
<link rel="icon" type="image/png" href="logo_small.png">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Yentl</h1>
<h2 class="project-tagline">Run batch tests on humans for Formula Student
entry tests.</h2>
</section>
<section class="main-content">
<h1 id="create-new-test" align="center"></h1>
</section>
<section class="main-content" id="test-summary">
</section>
<footer class="site-footer">
<span class="site-footer-owner"><a
href="https://github.com/raceup/yentl">yentl</a> is maintained by <a
href="https://github.com/raceup">raceup</a>.</span>
</footer>
</body>
<!-- loads these scripts when page has done loading -->
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!-- page specific scripts -->
<script src="js/localStorage.js"></script>
<script src="js/utils.js"></script>
<script src="js/finishTest.js"></script>
</html>