5 <meta http-equiv="X-UA-Compatible" content="IE-edge">
6 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 <meta name="keywords" content="HFGE, luflow, Graphics Engine, Game Engine, 3D game engine, cross platform, Free Software, C++, Libre software, Graphics Programming, Vulkan, Download">
8 <meta name="description" content="HFGE is a cross platform 3D game engine written in C++ and distributed under the zlib license.">
9 <link type="application/atom+xml" rel="alternate" title="luflow.net — Activity Feed" href="/feeds/blog.atom">
10 <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
11 <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
12 <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
13 <link rel="icon" type="image/svg+xml" sizes="any" href="/static/img/icon.svg" />
14 <link rel="manifest" href="/site.webmanifest">
15 <link rel="stylesheet" href="/static/css/common.css">
16 <link rel="stylesheet" href="/static/css/elements.css">
17 <link rel="stylesheet" href="/static/css/breadcrumbs.css">
18 <link rel="stylesheet" href="/static/css/header.css">
19 <link rel="stylesheet" href="/static/css/footer.css">
20 <link rel="stylesheet" href="/static/css/page.css">
21 <title>About HFGE | luflow.net</title>
26 <% include!("./partials/header.stpl"); %>
28 <% include!("./partials/hfge_breadcrumbs.stpl"); %>
30 <% include!("./partials/hfge_content.stpl"); %>
32 <% include!("./partials/footer.stpl"); %>
36 <% include!("./partials/script_core.stpl"); %>
38 // make menu item active visually:
39 let menuItem = document.getElementById("Projects");
42 menuItem.classList.add("menu-item-active");