mirror of
https://github.com/YunoHost/SSOwat.git
synced 2024-09-03 20:06:27 +02:00
Fixes + login style
This commit is contained in:
parent
d0bd3f4d1b
commit
cfae7af501
2 changed files with 869 additions and 3 deletions
846
portal/assets/css/bootstrap.min.css
vendored
Normal file
846
portal/assets/css/bootstrap.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,27 @@
|
||||||
<html>
|
<html>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" >
|
||||||
|
<head>
|
||||||
|
<title>{{title}}</title>
|
||||||
|
<link rel="stylesheet" href="assets/css/bootstrap.min.css" type="text/css"/>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div class="row">
|
||||||
|
<div class="col-sm-4 col-sm-offset-4">
|
||||||
|
<h1>{{title}}</h1>
|
||||||
|
<hr>
|
||||||
<form name="input" action="" method="post">
|
<form name="input" action="" method="post">
|
||||||
<input type="text" name="user" placeholder="user">
|
<div class="form-group">
|
||||||
<input type="password" name="password">
|
<label for="user">Username</label>
|
||||||
<input type="submit" value="Login">
|
<input type="text" name="user" placeholder="john" class="form-control">
|
||||||
|
</div>
|
||||||
|
<div class="form-group">
|
||||||
|
<label for="user">Password</label>
|
||||||
|
<input type="password" name="password" placeholder="•••••" class="form-control">
|
||||||
|
</div>
|
||||||
|
<input type="submit" value="Login" class="btn btn-success">
|
||||||
</form>
|
</form>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue