mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
responsive login page
This commit is contained in:
parent
d0d24f0f4a
commit
f7a670ec24
@ -5,7 +5,8 @@
|
||||
<title>Login</title>
|
||||
</head>
|
||||
<body>
|
||||
<div style="width: 400px; margin: auto; padding-top: 30px;">
|
||||
<div class="container">
|
||||
<div class="col-md-5 offset-md-3">
|
||||
<h1>Trilium login</h1>
|
||||
|
||||
<% if (failedAuth) { %>
|
||||
@ -38,6 +39,7 @@
|
||||
<button class="btn btn-success">Login</button>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Required for correct loading of scripts in Electron -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user