Initial commit
This commit is contained in:
14
views/index.ejs
Normal file
14
views/index.ejs
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||||
|
||||
<head>
|
||||
<%- include("head", locals) %>
|
||||
</head>
|
||||
|
||||
<body class="preload">
|
||||
<%- include("navigation", locals) %>
|
||||
<div class="content">
|
||||
<h1>Hello World</h1>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user