16 lines
233 B
Text
16 lines
233 B
Text
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<%- include codimd/head %>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<%- include codimd/header %>
|
||
|
<%- include codimd/body %>
|
||
|
<%- include codimd/footer %>
|
||
|
<%- include codimd/foot %>
|
||
|
</body>
|
||
|
|
||
|
</html>
|