Files
Node.js-14-Cookbook/Chapter11/bookstore-error-handling/bookstore-web-appcd/views/index.ejs
T
2020-07-20 01:59:08 +01:00

12 lines
222 B
Plaintext

<!DOCTYPE html>
<html>
<head>
<title><%= title %></title>
<link rel='stylesheet' href='/stylesheets/style.css' />
</head>
<body>
<h1><%= title %></h1>
<p>Welcome to <%= title %></p>
</body>
</html>