Host-customized fork of https://github.com/tecnovert/basicswap/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
378 B
13 lines
378 B
2 years ago
|
<!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>
|