diff options
Diffstat (limited to 'internal_error.in.html')
-rw-r--r-- | internal_error.in.html | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/internal_error.in.html b/internal_error.in.html new file mode 100644 index 0000000..9028153 --- /dev/null +++ b/internal_error.in.html @@ -0,0 +1,34 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="utf-8"> + <title>500 Error – DomeKey</title> + <meta name="description" content="DomeKey gives you the power to remap your headphone buttons to any action you can think of. Define mappings in text using a Vim-like configuration language." /> + + <meta name="viewport" content="width=device-width"> + + <style> + ${CSS} + </style> +</head> +<body> + <div class="content"> + <header> + <h1>DomeKey</h1> + <img src="data:image/png;base64,${LOGO_DATA}" alt="DomeKey logo" /> + </header> + + <p class="font-size-1.52 color-maroon"> + Control your computer with a pair of headphones + </p> + + <p class="font-size-15 text-center margin-top-0.5 margin-bottom-0.63"> + 500 + </p> + + <p class="text-center"> + Sorry, something went wrong. How about <a href="/">going home</a>? + </p> + </div> +</body> +</html> |