mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-02-11 02:01:43 +00:00
14 lines
210 B
Text
14 lines
210 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<%- include hedgedoc/head %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include hedgedoc/header %>
|
|
<%- include hedgedoc/body %>
|
|
<%- include hedgedoc/footer %>
|
|
</body>
|
|
|
|
</html>
|