mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
cb265986f3
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
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>
|