24 lines
No EOL
877 B
HTML
24 lines
No EOL
877 B
HTML
<html>
|
|
<head>
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<script src="https://unpkg.com/htmx.org@1.9.2"></script>
|
|
</head>
|
|
<body>
|
|
<div class="flex flex-col gap-2 flex flex-col gap-2 bg-gray-100 h-full w-full items-center p-12">
|
|
<div>
|
|
<p>Log in
|
|
<button></button>
|
|
</p>
|
|
<div class="flex flex-col gap-2 items-center"><p>Sydne Anschutz</p>
|
|
<p>sanschutz0808@gmail.com</p>
|
|
<button class="bg-red-200 rounded p-2" onclick="alert(1)"><p>Delete</p></button>
|
|
</div>
|
|
<div class="flex flex-col gap-2 items-center"><p>Maddy</p>
|
|
<p>jm@madev.me</p>
|
|
<button class="bg-red-200 rounded p-2" onclick="alert(1)"><p>Delete</p></button>
|
|
</div>
|
|
</div>
|
|
<div><p>Enter name</p><input type="text" class="rounded p-4 border-gray-100"></input></div>
|
|
</div>
|
|
</body>
|
|
</html> |