personal-website/views/pages/index.ejs

21 lines
421 B
Plaintext
Raw Normal View History

2018-07-23 16:58:23 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<% include ../partials/include %>
2018-07-23 16:58:23 -04:00
</head>
<body>
<header>
<% include ../partials/nav %>
</header>
2018-07-23 16:58:23 -04:00
<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>
2018-07-23 16:58:23 -04:00
</div>
</div>
2018-07-23 16:58:23 -04:00
</body>
</html>