16 lines
322 B
Text
16 lines
322 B
Text
|
<!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>
|