basicswap_miserver/basicswap/templates/header.html

15 lines
399 B
HTML
Raw Normal View History

2019-07-25 20:15:08 +00:00
<!DOCTYPE html><html lang="en">
<head>
<meta charset="UTF-8">
{% if refresh %}
<meta http-equiv="refresh" content="{{ refresh }}">
{% endif %}
2022-07-30 17:00:53 +00:00
<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">
2019-07-25 20:15:08 +00:00
<title>{{ title }}</title>
</head>
<body>
{% if h2 %}
<h2>{{ h2 }}</h2>
{% endif %}