blockbook/static/templates/base.html
2018-06-27 00:44:23 +02:00

17 lines
590 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="TREZOR {{.CoinName}} Explorer">
<title>TREZOR {{.CoinName}} Explorer</title>
</head>
<body>
{{template "tx" .Tx}}
</body>
</html>