vspd/webapi/templates/homepage.html
2020-05-18 15:20:13 +01:00

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>