-
Notifications
You must be signed in to change notification settings - Fork 0
/
carousel.html
36 lines (32 loc) · 924 Bytes
/
carousel.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>PhysioSE</title>
<link rel="stylesheet" href="node_modules/xel/stylesheets/macos.theme.css">
<link rel="stylesheet" href="styles/custom.css">
<script src="node_modules/xel/xel.min.js"></script>
<script src="dist/subject.js"></script>
<script src="dist/questions.js"></script>
</head>
<body>
<img src="" alt="">
<div id="question">
<div class="button">
<x-box vertical>
Accept
<br>
<-- </x-box>
</div>
<div id="countdown"></div>
<div class="button">
<x-box vertical>
Decline
<br> -->
</x-box>
</div>
</div>
</body>
</html>