mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-22 17:56:30 -05:00
14 lines
208 B
Text
14 lines
208 B
Text
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<%- include hedgedoc/head %>
|
|
</head>
|
|
|
|
<body>
|
|
<%- include hedgedoc/header %>
|
|
<%- include hedgedoc/body %>
|
|
<%- include hedgedoc/foot %>
|
|
</body>
|
|
|
|
</html>
|