mirror of
https://github.com/len0rd/personal-website.git
synced 2025-03-01 12:02:14 -05:00
18 lines
287 B
Plaintext
18 lines
287 B
Plaintext
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<% include ../partials/includes %>
|
||
|
</head>
|
||
|
|
||
|
<body class="container">
|
||
|
|
||
|
<main>
|
||
|
<div class="jumbotron">
|
||
|
<h1>This is great</h1>
|
||
|
<p>Welcome to templating using EJS</p>
|
||
|
</div>
|
||
|
</main>
|
||
|
|
||
|
</body>
|
||
|
</html>
|