under construction
This commit is contained in:
28
app/src/main/resources/templates/error.html
Normal file
28
app/src/main/resources/templates/error.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>{{status}} - {{message}}</title>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com">
|
||||
<link href="https://fonts.googleapis.com/css2?family=JetBrains+Mono&family=Ubuntu+Mono&display=swap" rel="stylesheet"> <style>
|
||||
html {font-family: 'Ubuntu Mono', monospace; font-size: 17px; line-height: 1.3;}
|
||||
body{background-color: #404552; color: #c8c8c8;}
|
||||
input {background: none; color: inherit; outline: none; border: 0; appearance: none;}
|
||||
.green {color: #adff2f;} .blue {color: #5294e2;}
|
||||
.inline {display:flex;} .inline > *:last-child {flex-grow: 1;}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<p class="inline">
|
||||
<span class="green">www-user@elex-project.com</span><span>:</span>
|
||||
<span class="blue">{{path}}</span><span>$ </span><span>http get {{path}}</span>
|
||||
</p>
|
||||
<p>{{status}} - {{message}}</p>
|
||||
<p>Trace:<br /> {{trace}}</p>
|
||||
<p class="inline">
|
||||
<span class="green">www-user@elex-project.com</span><span>:</span>
|
||||
<span class="blue">{{path}}</span><span>$ </span><input type="text"/>
|
||||
</p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user