1
0
Fork 0
mirror of https://github.com/hedgedoc/hedgedoc.git synced 2025-02-24 06:01:57 +00:00
hedgedoc/public/views/hackmd.ejs

15 lines
197 B
Text
Raw Normal View History

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