Front and Back ends of login and sign up completed
This commit is contained in:
@@ -10,6 +10,7 @@
|
||||
<h1 id="head" class="ml-4 text-5xl font-narrow">Link Shortener</h1>
|
||||
<p class="ml-4 font-fingerpaint">Hello There!</p>
|
||||
|
||||
|
||||
<nav class="flex items-center justify-between flex-wrap bg-gray-500 p-6 shadow-lg shadow-black/50 sticky top-0"> <!--dark:bg-black-->
|
||||
<div class="flex items-center flex-shrink-0 text-white mr-6">
|
||||
<svg id="logo" class="fill-current h-8 w-8 mr-2" width="54" height="54" viewBox="0 0 54 54" xmlns="http://www.w3.org/2000/svg"><path d="M13.5 22.1c1.8-7.2 6.3-10.8 13.5-10.8 10.8 0 12.15 8.1 17.55 9.45 3.6.9 6.75-.45 9.45-4.05-1.8 7.2-6.3 10.8-13.5 10.8-10.8 0-12.15-8.1-17.55-9.45-3.6-.9-6.75.45-9.45 4.05zM0 38.3c1.8-7.2 6.3-10.8 13.5-10.8 10.8 0 12.15 8.1 17.55 9.45 3.6.9 6.75-.45 9.45-4.05-1.8 7.2-6.3 10.8-13.5 10.8-10.8 0-12.15-8.1-17.55-9.45-3.6-.9-6.75.45-9.45 4.05z"/></svg>
|
||||
@@ -51,6 +52,7 @@
|
||||
</script>
|
||||
</nav>
|
||||
|
||||
|
||||
<div id="root">
|
||||
<form id="form" action="/__add" method="post" onsubmit="return validate()">
|
||||
<div class="flex flex-wrap">
|
||||
|
Reference in New Issue
Block a user