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>
|