codimd/public/views/index.ejs

16 lines
259 B
Plaintext
Raw Normal View History

2015-05-04 07:53:29 +00:00
<!DOCTYPE html>
<html lang="<%= getLocale() %>">
2015-05-04 07:53:29 +00:00
<head>
<%- include('index/head') %>
2015-05-04 07:53:29 +00:00
</head>
<body>
<%- include('index/header') %>
<%- include('index/body') %>
<%- include('index/footer') %>
<%- include('index/foot') %>
2015-05-04 07:53:29 +00:00
</body>
2016-04-22 23:15:52 +00:00
</html>