HackMD/public/views/index.ejs

15 lines
197 B
Plaintext
Raw Normal View History

2015-05-04 07:53:29 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<%- include head %>
</head>
<body>
<%- include header %>
<%- include body %>
<%- include footer %>
<%- include foot %>
</body>
</html>