barebones homepage, added static assets

This commit is contained in:
len0rd 2018-07-25 08:23:17 -04:00
parent 47dd57e22d
commit 3de0c9a3a5
6 changed files with 42 additions and 13 deletions

View file

@ -2,17 +2,20 @@
<html lang="en">
<head>
<% include ../partials/includes %>
<% include ../partials/include %>
</head>
<body class="container">
<body>
<header>
<% include ../partials/nav %>
</header>
<main>
<div class="jumbotron">
<h1>This is great</h1>
<p>Welcome to templating using EJS</p>
<div class="jumbotron img-jumbotron jumbotron-fluid">
<div class="container">
<h1 class="text-white">welcome to len0rdsNet</h1>
<p class="text-white">i don't know what i'm doing</p>
</div>
</main>
</div>
</body>
</html>