mirror of
https://github.com/hyprwm/hyprland-website.git
synced 2024-11-17 02:45:59 +01:00
14 lines
267 B
Text
14 lines
267 B
Text
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<%- include("./components/head") %>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<%- include("./components/header") %>
|
||
|
<%- body %>
|
||
|
<%- include("./components/mobile_menu") %>
|
||
|
<%- include("./components/footer") %>
|
||
|
</body>
|
||
|
</html>
|