gitdeploy/views/index.ejs
2016-07-08 16:26:32 -04:00

12 lines
216 B
Plaintext

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