This commit is contained in:
gabrielkheisa
2023-11-27 16:08:58 +07:00
commit 01edfdc9a0
11 changed files with 1094 additions and 0 deletions

13
public/error.html Normal file
View File

@@ -0,0 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Error</title>
</head>
<body>
<h1>Cookie is not set, please return to index</h1>
<br>
<h2>Please wait... don't refresh</h2>
</body>
</html>