Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6497 amit.gupta 1
<head>
2
	<title>Saholic Promotions Support</title>
3
</head>
4
<body>
5
	<div id="login" style="margin-left:auto;margin-right:auto">
6
	<p>
7
		Welcome to Saholic Promotions Support.<br/>
8
		Please login to proceed.
9
	</p>
10
	<form action="courier-details" method="post">
11
		<label>Username:</label>
12
		<input name="username" id="username" type="textbox" maxlength="30"/>
13
		<br/>
14
		<label>Password:</label>
15
		<input name="password" id="password" type="password" maxlength="30"/>
16
		<br/>
17
		<input name="submit" type="submit" value="Proceed"/> 
18
	</form>
19
	</div>
20
</body>