Mercurial Hosting > disearch
changeset 2:5ae5fbce0d75
start header
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sat, 21 Oct 2023 21:29:56 -0600 |
parents | d19b150ecb83 |
children | 43814e9f5802 |
files | src/lib/Shared.luan src/site.css src/tools/links.html |
diffstat | 3 files changed, 9 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/lib/Shared.luan Thu Oct 19 23:14:21 2023 -0600 +++ b/src/lib/Shared.luan Sat Oct 21 21:29:56 2023 -0600 @@ -19,7 +19,8 @@ function Shared.header() %> <div header> - something or other in the header + <h1><a href="/">Disearch</a></h1> + <span>login</span> </div> <hr> <%
--- a/src/site.css Thu Oct 19 23:14:21 2023 -0600 +++ b/src/site.css Sat Oct 21 21:29:56 2023 -0600 @@ -12,3 +12,9 @@ a:hover { text-decoration: underline; } + +div[header] { + display: flex; + justify-content: space-between; + align-items: center; +}
--- a/src/tools/links.html Thu Oct 19 23:14:21 2023 -0600 +++ b/src/tools/links.html Sat Oct 21 21:29:56 2023 -0600 @@ -16,6 +16,7 @@ <a href="http://test.disearch.org/tools/links.html">test</a> - <a href="http://local.disearch.org:8080/tools/links.html">local</a> </p> + <p><a href="https://discord.com/developers/docs/intro">Discord API</a></p> <h3>private</h3> <p><a href="/private/local/logs/">logs</a></p>