mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 12:02:14 -05:00
21 lines
421 B
Plaintext
21 lines
421 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<% include ../partials/include %>
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<% include ../partials/nav %>
|
|
</header>
|
|
|
|
<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>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |