First version with credit card integration and UI

This commit is contained in:
2025-02-10 20:53:52 -05:00
parent 92b28c6cbc
commit 05547f650a
8 changed files with 225 additions and 65 deletions

View File

@@ -1,9 +1,13 @@
<!DOCTYPE html>
<html>
<head>
<title>Error Page</title>
<title>Error</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>Some kind of error</h1>
<%- include('partials/nav') %>
<div class="content">
An error has occurred.
</div>
</body>
</html>