the start of something new

This commit is contained in:
len0rd 2018-07-23 16:58:23 -04:00
commit a80122b24e
6 changed files with 68 additions and 0 deletions

18
views/pages/index.ejs Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">
<head>
<% include ../partials/includes %>
</head>
<body class="container">
<main>
<div class="jumbotron">
<h1>This is great</h1>
<p>Welcome to templating using EJS</p>
</div>
</main>
</body>
</html>