You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
keys/views/html.hbs

17 lines
270 B
Handlebars

<!DOCTYPE html>
<html>
<head>
<title>{{title}}</title>
</head>
<body>
<header>
<h1>{{title}}</h1>
</header>
<main>
{{{body}}}
</main>
<footer>
<address>Key Server of <a href="https://banananet.work/">banananet.work</a></address>
</footer>
</body>
</html>