change styling

also add placeholder settings page

Co-authored-by: Peeentaa <Peeentaa@users.noreply.github.com>
This commit is contained in:
none
2023-01-19 10:00:23 +01:00
co-authored by Peeentaa
parent 9d3a272193
commit 988a648b89
10 changed files with 132 additions and 38 deletions
+8 -4
View File
@@ -10,9 +10,14 @@
</head>
<body>
<h1>IPass</h1>
<p id="lockLabel">Locked</p>
<img alt="Lock" id="lockImg" src="/images/security_lock_locked.png" height=50 width=50></img>
<h1 id="title">IPass</h1>
<div class="select">
<img src="/images/menu.png" width="50" height="50">
<div>
<div><a href="/settings"><img id="cogWImg" src="/images/settings.png" width="50" height="50" alt="Locked" title="Locked"></a></div>
<div><img alt="Lock" id="lockImg" src="/images/security_lock_locked.png" height=50 width=50></img></div>
</div>
</div>
<br>
<div id="table_div">
<div id="table_entries">
@@ -32,6 +37,5 @@
<div class="button" id="createEntry_actions"><button tabindex="1">Create</button></div>
</div>
</div>
</body>
</html>