mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 05:54:43 -04:00
14 lines
223 B
Text
14 lines
223 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<%- include('hedgedoc/head') %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include('hedgedoc/header') %>
|
|
<%- include('hedgedoc/body') %>
|
|
<%- include('hedgedoc/footer') %>
|
|
</body>
|
|
|
|
</html>
|