mirror of
https://github.com/gabrielkheisa/meme-generator-nodejs
synced 2024-11-22 03:21:42 +07:00
13 lines
301 B
HTML
Executable File
13 lines
301 B
HTML
Executable File
<!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> |