some comments added

This commit is contained in:
danielvici123
2024-11-05 11:14:24 +01:00
parent 7a43130a39
commit 860cd027cd
6 changed files with 15 additions and 11 deletions

View File

@@ -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>