mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 09:46:30 -05:00
15 lines
197 B
Text
15 lines
197 B
Text
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<%- include head %>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<%- include header %>
|
||
|
<%- include body %>
|
||
|
<%- include footer %>
|
||
|
<%- include foot %>
|
||
|
</body>
|
||
|
|
||
|
</html>
|