mv app to backend

This commit is contained in:
2022-12-27 03:03:15 +01:00
parent a180bdfcb1
commit 802feca366
10 changed files with 0 additions and 0 deletions

3
backend/views/error.ejs Normal file
View File

@@ -0,0 +1,3 @@
<% layout('layout') -%>
Oops! Something went wrong :(

15
backend/views/layout.ejs Normal file
View File

@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>New App 😀</title>
</head>
<body>
<%- body -%>
</body>
</html>