mirror of
https://github.com/status-im/codimd.git
synced 2025-01-31 04:34:44 +00:00
2453b2a9be
Signed-off-by: BinotaLIU <binota@binota.org>
16 lines
249 B
Plaintext
16 lines
249 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="<%= getLocale() %>">
|
|
|
|
<head>
|
|
<%- include codimd/head %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include codimd/header %>
|
|
<%- include codimd/body %>
|
|
<%- include codimd/footer %>
|
|
<%- include codimd/foot %>
|
|
</body>
|
|
|
|
</html>
|