-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAdminCreateNewTaskChoicePage.html
More file actions
25 lines (24 loc) · 1022 Bytes
/
Copy pathAdminCreateNewTaskChoicePage.html
File metadata and controls
25 lines (24 loc) · 1022 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>Schedule Creator</title>
<link rel="stylesheet" href= "stylesheet.css" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
</head>
<div class="page" id = "AdminCreateNewTaskChoicePage.html" data-theme="b">
<div class = "header"><h1>How many task pairs?</h1></div>
<div class = "content" class = "ui-grid-a">
<div class = "ui-block-a"><a href ="AdminBroken.html" class = "button">3</a></div>
<div class = "ui-block-b"><a href ="AdminBroken.html" class = "button">4</a></div>
</div>
<div>
<div><BR></div>
<div><BR></div>
<div class = "ui-block-solo"><a href = "AdminScheduleCreator.html" class="button" data-theme="e">Choose Different Type</a></div>
<div class = "ui-block-solo"><a href = "index.html" class="button" data-theme="e">Back Home</a></div>
</div>
</div>
</body>
</html>