mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-15 21:41:41 +00:00
15 lines
208 B
Text
15 lines
208 B
Text
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<%- include hedgedoc/head %>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<%- include hedgedoc/header %>
|
||
|
<%- include hedgedoc/body %>
|
||
|
<%- include hedgedoc/foot %>
|
||
|
</body>
|
||
|
|
||
|
</html>
|