This repository has been archived on 2023-05-28. You can view files and clone it, but cannot push or open issues or pull requests.
old-website/views/_template.ejs

13 lines
289 B
Text

<!DOCTYPE html>
<html lang="en">
<head>
<%- include("pieces/html-head.ejs") %>
</head>
<body>
<div class="main">
<%- include("pieces/header.ejs") %>
<div class="tll small-margin-inside"></div>
<%- include("pieces/footer.ejs") %>
</div>
</body>
</html>