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>
|
<title>Login</title>
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<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>
|
<h1>Trilium login</h1>
|
||||||
|
|
||||||
<% if (failedAuth) { %>
|
<% if (failedAuth) { %>
|
||||||
@ -39,6 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
<!-- Required for correct loading of scripts in Electron -->
|
<!-- Required for correct loading of scripts in Electron -->
|
||||||
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
|
<script>if (typeof module === 'object') {window.module = module; module = undefined;}</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user