mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-06-02 07:59:56 -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>
|