mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-01-02 18:41:49 +00:00
15 lines
233 B
Text
15 lines
233 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<%- include hackmd/head %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include hackmd/header %>
|
|
<%- include hackmd/body %>
|
|
<%- include hackmd/footer %>
|
|
<%- include hackmd/foot %>
|
|
</body>
|
|
|
|
</html>
|