hedgedoc/public/views/index.ejs

15 lines
210 B
Text
Raw Normal View History

2015-05-04 03:53:29 -04:00
<!DOCTYPE html>
<html lang="en">
<head>
<%- include('index/head') %>
2015-05-04 03:53:29 -04:00
</head>
<body>
<%- include('index/header') %>
<%- include('index/body') %>
<%- include('index/footer') %>
2015-05-04 03:53:29 -04:00
</body>
2016-04-22 19:15:52 -04:00
</html>