mirror of
https://github.com/status-im/codimd.git
synced 2025-01-11 14:44:48 +00:00
16 lines
228 B
Plaintext
16 lines
228 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<%- include index/head %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include index/header %>
|
|
<%- include index/body %>
|
|
<%- include index/footer %>
|
|
<%- include index/foot %>
|
|
</body>
|
|
|
|
</html>
|