HackMD/public/views/index.ejs

16 lines
228 B
Plaintext
Raw Normal View History

2015-05-04 07:53:29 +00:00
<!DOCTYPE html>
<html lang="en">
<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>