mirror of
https://github.com/basicswap/basicswap.git
synced 2025-11-06 02:38:11 +01:00
ui: Add error and info templates and display debug mode.
This commit is contained in:
12
basicswap/templates/error.html
Normal file
12
basicswap/templates/error.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html><html lang="en"><head>
|
||||
<meta charset="UTF-8">
|
||||
<link type="text/css" media="all" href="/static/css/simple/style.css" rel="stylesheet">
|
||||
<link rel=icon sizes="32x32" type="image/png" href="/static/images/favicon-32.png">
|
||||
<title>{{ title }}</title>
|
||||
</head>
|
||||
<body>
|
||||
<h2>{{ title_str }}</h2>
|
||||
<p>Error: {{ message_str }}</p>
|
||||
<p><a href=\'/\'>home</a></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user