hyprland-website/views/layout.ejs

14 lines
267 B
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<%- include("./components/head") %>
</head>
<body>
<%- include("./components/header") %>
<%- body %>
<%- include("./components/mobile_menu") %>
<%- include("./components/footer") %>
</body>
</html>