changed frontend

This commit is contained in:
2025-06-20 23:52:07 +02:00
parent 63d120cc4e
commit c26a19ec7b
4 changed files with 68 additions and 27 deletions

View File

@@ -2,6 +2,8 @@
<html lang="en">
<head>
<script>
import { createUser } from "../database.js";
window.history.pushState({}, "", "<%= newLink %>");
</script>
<meta charset="utf-8" />
@@ -15,7 +17,18 @@
/>
</head>
<body>
<h1>Hello, <%= sqlResult.user.first_name %>.</h1>
<div class="row">
<div class="column">
<h1>Hello, <%= sqlResult.user.first_name %>.</h1>
</div>
<div class="column">
<h1>Welcome to your dashboard.</h1>
</div>
<div class="column">
<button class="btn btn-danger">Logout</button>
</div>
</div>
<script
src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.bundle.min.js"