-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCreate Session.html
More file actions
52 lines (48 loc) · 1.57 KB
/
Create Session.html
File metadata and controls
52 lines (48 loc) · 1.57 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
51
52
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<title> RaiseOn </title>
<link rel="stylesheet" href="css/style.css">
<!--
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.2/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
$(function() {
$( "#dialog" ).dialog();
});
</script>
</head>
<body>
<div id="dialog" title="Basic dialog">
<p>This is the default dialog which is useful for displaying information. The dialog window can be moved, resized and closed with the 'x' icon.</p>
</div>
-->
</head>
<body>
<h1>
<span class="raise">Raise</span>
<span class="on ">On</span>
</h1>
<div id="menu">
<ul>
<li><a href="Question.html">In Class</a></li>
<li><a href="Quiz.html">Quiz</a></li>
<li><a href="index.html">After School</a></li>
<li><a href="Contact.html">Contact Us</a></li>
<li><a href="Sign up.html">Login</a></li>
</ul>
</div>
<SPAN style="position: absolute; top: 300px; left: 400px;width: 500px; height: 500px">
<form>
Class Name: <input type="text" name="classname"><br>
Prof Name: <input type="text" name="professorname">
<SPAN style="position: absolute; top: 70px; left: 3px;width: 500px; height: 500px">
code: <input type="code" name="classcode"><br>
</SPAN>
</form>
</SPAN>
</body>
</html>