First version with credit card integration and UI
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user