15 lines
280 B
Plaintext
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> |