Add link to login page

This commit is contained in:
Spencer Killen 2026-08-05 09:51:52 -06:00
parent b4f6804584
commit 1af4533e69
2 changed files with 20 additions and 2 deletions

View file

@ -14,8 +14,15 @@
<div id="banner">
<img property="logo" src="banner.gif" alt="Libre Internet Club" />
</div>
<span property="location">@ <span typeof="CollegeOrUniversity" property="name">University of Alberta</span></span>
<div><a href="https://www.w3.org/TR/webmention">Webmention</a> us at <a vocab="https://www.w3.org/ns/webmention#" rel="webmention" href="https://webmention.libreinternet.club">https://webmention.libreinternet.club</a></div>
<div style="position: relative; height: 100px; width: 100%;">
<div style="position: absolute; top: 0px">
<span property="location">@ <span typeof="CollegeOrUniversity" property="name">University of Alberta</span></span>
<div><a href="https://www.w3.org/TR/webmention">Webmention</a> us at <a vocab="https://www.w3.org/ns/webmention#" rel="webmention" href="https://webmention.libreinternet.club">https://webmention.libreinternet.club</a></div>
</div>
<div style="position: absolute; top: 0px; right: 0px">
<div><a href="login.html">Login</a></div>
</div>
</div>
<ul>
<li><a href="https://discord.gg/U9MQTv952">Join Discord</a></li>
<li><a href="https://matrix.to/#/#Libre_Internet:matrix.org">Matrix</a></li>

11
www/login.html Normal file
View file

@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head></head>
<body>
<form action="https://libreinternet.club/login" method="get">
<label for="inputopenidurl">Open ID Connect URL</label>
<input name="provider" id="inputopenidurl" type="text">
<input type="submit" value="Login">
</form>
</body>
</html>