15 lines
352 B
HTML
15 lines
352 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<link rel="stylesheet" type="text/css" href="/public/css/dcrvsp.css" />
|
|
|
|
<title>dcrwages</title>
|
|
</head>
|
|
|
|
<body>
|
|
<img src="/public/images/decred-logo.svg" />
|
|
<h1>{{ .Message }}</h1>
|
|
</body>
|
|
</html> |