mirror of
https://github.com/status-im/codimd.git
synced 2025-01-10 17:55:41 +00:00
15 lines
197 B
Plaintext
15 lines
197 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<%- include head %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include header %>
|
|
<%- include body %>
|
|
<%- include footer %>
|
|
<%- include foot %>
|
|
</body>
|
|
|
|
</html> |