boilerplate
This commit is contained in:
commit
bf77320bc7
10 changed files with 3638 additions and 0 deletions
16
views/root.ejs
Normal file
16
views/root.ejs
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>DervNet</title>
|
||||
<link rel="stylesheet" href="index.css">
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<%- include('header.ejs',headerCtx); %>
|
||||
<%- include(mainPage, mainCtx); %>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue