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