mirror of
https://github.com/status-im/codimd.git
synced 2025-03-03 20:30:41 +00:00
16 lines
264 B
Plaintext
16 lines
264 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>
|