chore: reorganize project into monorepo
This commit is contained in:
3
backend/assets/static/404.html
Normal file
3
backend/assets/static/404.html
Normal file
@@ -0,0 +1,3 @@
|
||||
<html><body>
|
||||
not found :-(
|
||||
</body></html>
|
||||
BIN
backend/assets/static/image.png
Normal file
BIN
backend/assets/static/image.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 298 KiB |
11
backend/assets/static/index.html
Normal file
11
backend/assets/static/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=/admin">
|
||||
<title>Redirecting...</title>
|
||||
</head>
|
||||
<body>
|
||||
<p>Redirecting to <a href="/admin">Admin Dashboard</a>...</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user