Complete system.

This commit is contained in:
retoor 2025-01-24 14:16:52 +01:00
parent 0271e3f971
commit bda93e354f

View File

@ -11,9 +11,9 @@
<body>
<div class="registration-container">
<h1>Snek</h1>
<fancy-button url="/login" text="Login"></fancy-button>
<fancy-button url="/login.html" text="Login"></fancy-button>
<span style="padding:10px;">Or</span>
<fancy-button url="/register" text="Register"></fancy-button>
<fancy-button url="/register.html" text="Register"></fancy-button>
<a href="/about.html">Design choices</a>
<a href="/web.html">See web Application so far</a>
</div>