-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
62 lines (51 loc) · 2.36 KB
/
index.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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html"; charset="iso-8859-1"/>
<title>CleverCourse Online Exam Management System</title>
<link rel='stylesheet' href='css/bootstrap.css'><link rel='stylesheet' href='css/animations.css'><link rel='stylesheet' href='css/main.css'>
<script src='js/vendor/modernizr-2.6.2.min.js'></script>
</head>
<body><div id='top'></div>
<section id='header' class='bg-color0'><div class='container'><div class='row'><a class='navbar-brand' href=index.html><img src='images/yourlogo.png' alt=''> CleverCourse</a>
<div class='col-sm-12 mainmenu_wrap'><div class='main-menu-icon visible-xs'><span></span><span></span><span></span></div>
<ul id='mainmenu' class='nav menu sf-menu responsive-menu superfish'>
<li class=''><a href='index.html'>Home</a></li>
<li class=''><a href='Courses'>Courses</a></li>
<li class=''> <a href='About'>About</a></li>
<li class=''><a href='Contact'>Contact</a></li>
</ul></div></div></div></section>
<section id='features' class='question_section'>
<div class="wrap">
<div id="content" align="left">
<table align="center">
<tr>
<td>
<fieldset><legend><strong>Login</strong></legend>
<form action="servlet/Welcome" method="post">
<table align="center">
<tr>
<td>Username</td>
<td><input type="text" name="uname" value="" required default autofocus=autofocus></td>
</tr>
<tr>
<td>Password</td>
<td><input type="password" name="pass" value="" required default></td>
</tr>
<tr>
<td colspan="2" align="center"><input type="submit" name="submit" value="Login">
<input type="reset" name="reset" value="Reset"></td>
</tr>
</table>
</form>
</fieldset>
</td>
</tr>
</table>
<p align="center"> <a href="servlet/Registration"><img src="images/registernow.png" alt="" width="225" height="61" border="0"></a></p>
</div>
</div>
</section>
<section id='copyright' class='dark_section' style='margin-top:90px'><div class='container'><div class='row'><div class='col-sm-12'><p class='text-center'>© Copyright 2015. CleverCourse Inc.</p></div></div></div></section>
</body>
</html>