-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpostsurvey.html
More file actions
50 lines (38 loc) · 1.34 KB
/
postsurvey.html
File metadata and controls
50 lines (38 loc) · 1.34 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
40
41
42
43
44
45
46
47
48
49
50
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>MATLAB Tutorial</title>
<meta name="description" content="">
<meta name="author" content="rcooper">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="js/jquery/jquery.min.js"></script>
<script src="js/bootstrap/bootstrap.bundle.min.js"></script>
<script src="js/loader.js"></script>
<!-- <script src="js/main.js"></script> -->
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/bootstrap/bootstrap.css">
<script>
function begin() {
window.location.href = './entry.html?p=basics';
console.log("BEGIN!");
}
</script>
</head>
<body>
<!-- Navbar -->
<div class="navbar-container"></div
<!-- Controller -->
<div class="container-fluid fill">
<br>
<div class="row" style="">
<div class="col-md-2"></div>
<div class="col-md-8 text-center">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdkXany82t7VImPztp042rQ8cKJppnHy4VAq21lJPDdSdcjow/viewform?embedded=true" width="640" height="1063" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
<p>Thanks!</p>
</div>
<div class="col-md-2"></div>
</div>
</div>
</body>
</html>