mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 19:26:31 -05:00
b468fb623b
Signed-off-by: David Mehren <git@herrmehren.de>
14 lines
210 B
Text
14 lines
210 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<%- include('index/head') %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include('index/header') %>
|
|
<%- include('index/body') %>
|
|
<%- include('index/footer') %>
|
|
</body>
|
|
|
|
</html>
|