changed frontend
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user