This repository has been archived on 2018-10-12. You can view files and clone it, but cannot push or open issues or pull requests.
node-task/node_modules/express-myconnection/examples/single/views/index.ejs

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>