some comments added
This commit is contained in:
@@ -1,14 +1,16 @@
|
||||
<script setup>
|
||||
|
||||
<script setup lang="ts">
|
||||
/** *
|
||||
* @author Daniel Cwikla
|
||||
*/
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div class="px-20 border-x border-x-grau2 pb-35p">
|
||||
<div class="text-3xl pt-32">
|
||||
<div class="text-3xl pt-32"> <!-- ÜBERSCHRIFT-->
|
||||
<p class="text-weiss text-center">Welcome to <span class="text-button-farbe">ESP</span>!</p>
|
||||
<p class="text-weiss text-center">Login or create a new Account to continue</p>
|
||||
</div>
|
||||
<div class="px-20 pt-7">
|
||||
<div class="px-20 pt-7"><!-- FORM --->
|
||||
<form class="flex flex-col items-center">
|
||||
<input class="m-4 w-full max-w-xs bg-grau-dunkel p-4 text-weiss placeholder-grau2 focus:outline-none rounded-lg" type="text" placeholder="Username or E-Mail"><br>
|
||||
<input class="m-4 w-full max-w-xs bg-grau-dunkel p-4 text-weiss placeholder-grau2 focus:outline-none rounded-lg" type="text" placeholder="Password"><br>
|
||||
|
||||
Reference in New Issue
Block a user