hedgedoc/public/views/hedgedoc.ejs
Tilman Vatteroth cb265986f3
Remove irritating footer files
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
2020-11-18 21:52:50 +01:00

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>