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