2025-02-25 13:00:10 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
|
|
|
|
<head>
|
|
|
|
<title>DervNet</title>
|
2025-02-25 16:02:31 -05:00
|
|
|
<link rel="stylesheet" href="/index.css">
|
2025-02-25 13:00:10 -05:00
|
|
|
<meta charset="UTF-8">
|
2025-02-25 19:47:28 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1,minimum-scale=1">
|
|
|
|
<script src='/index.js'></script>
|
2025-02-25 13:00:10 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
2025-02-25 16:02:31 -05:00
|
|
|
<%- include('header.ejs',{headerCtx}); %>
|
2025-02-25 18:36:13 -05:00
|
|
|
<%- include(mainPage, mainCtx); %>
|
2025-02-25 13:00:10 -05:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|