mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 13:34:25 +00:00
16 lines
233 B
Plaintext
16 lines
233 B
Plaintext
<!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>
|