mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-07 14:47:43 -04:00
barebones homepage, added static assets
This commit is contained in:
parent
47dd57e22d
commit
3de0c9a3a5
6 changed files with 42 additions and 13 deletions
|
@ -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>
|
Loading…
Add table
Add a link
Reference in a new issue