Files
2022-02-25 13:15:51 -05:00

15 lines
280 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title><%= title %></title>
<style>
body {
font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
</style>
</head>
<body>
<h1><%= title %></h1>
<p><%= result %></p>
</body>
</html>