mirror of
https://github.com/YACReader/yacreader
synced 2025-07-21 22:44:56 -04:00
antes de a?adir la clase Comic de YACReader a YACReaderLibrary
navegaci?n web con paginaci?n rudimentaria implementada
This commit is contained in:
26
release/server/docroot/login.html
Normal file
26
release/server/docroot/login.html
Normal file
@ -0,0 +1,26 @@
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
|
||||
<head>
|
||||
<link rel="stylesheet" href="css/reset.css" type="text/css" />
|
||||
<link rel="stylesheet" href="css/styles.css" type="text/css" />
|
||||
<title>Login</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
|
||||
<h1>LOGIN</h1>
|
||||
<h2>YACREADER LIBRARY</h2>
|
||||
|
||||
<form>
|
||||
<div class="inputs_login">
|
||||
<input type="text" class="username" value="username" name="username" />
|
||||
<input type="text" class="pass" value="password" name="pass" />
|
||||
</div>
|
||||
<input class="button_sign" type="submit" value="Sign in" />
|
||||
<p class="infor">If you have forgotten your login information, please reset it on the YACReaderLibrary</p>
|
||||
<div class="clear"> </div>
|
||||
</form>
|
||||
</div>
|
||||
<div class="sombra"> </div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user