improved UI & templating
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Error - Upload Music</title>
|
||||
<style>
|
||||
body {
|
||||
background-color: #2B2726;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<button onclick="window.location.href='/outpost.goauthentik.io/sign_out'">Logout</button>
|
||||
<h1>Error</h1>
|
||||
<p>{{ error_message }}</p>
|
||||
<a href="/"><button>Upload another file</button></a>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user