1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-01-25 03:34:01 +00:00
hedgedoc/public/views/index.ejs
2017-01-21 13:08:29 +08:00

15 lines
228 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<%- include index/head %>
</head>
<body>
<%- include index/header %>
<%- include index/body %>
<%- include index/footer %>
<%- include index/foot %>
</body>
</html>