2022-11-10 21:49:55 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<link rel=icon sizes="32x32" type="image/png" href="/static/images/favicon-32.png">
|
2023-08-02 15:38:15 +00:00
|
|
|
<title>(BSX) BasicSwap - v{{ version }}</title>
|
2022-09-15 19:54:15 +00:00
|
|
|
</head>
|
|
|
|
<body>
|
2022-11-10 21:49:55 +00:00
|
|
|
<h2>{{ title_str }}</h2>
|
|
|
|
<p>Info: {{ message_str }}</p>
|
|
|
|
<p><a href="/">home</a></p>
|
2022-09-15 19:54:15 +00:00
|
|
|
</body>
|
2022-11-10 21:49:55 +00:00
|
|
|
</html>
|