mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-28 22:04:02 -05:00
16 lines
243 B
Text
16 lines
243 B
Text
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<%- include hedgedoc/head %>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<%- include hedgedoc/header %>
|
||
|
<%- include hedgedoc/body %>
|
||
|
<%- include hedgedoc/footer %>
|
||
|
<%- include hedgedoc/foot %>
|
||
|
</body>
|
||
|
|
||
|
</html>
|