mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-17 16:44:49 -04:00
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>
|