mirror of
https://github.com/len0rd/personal-website.git
synced 2025-09-07 14:47:43 -04:00
the start of something new
This commit is contained in:
commit
a80122b24e
6 changed files with 68 additions and 0 deletions
18
views/pages/index.ejs
Normal file
18
views/pages/index.ejs
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!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>
|
Loading…
Add table
Add a link
Reference in a new issue