-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbase-jex.html
32 lines (32 loc) · 1.05 KB
/
base-jex.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html>
<head>
<meta name="layout" content="_layout/b2.html"/>
<meta name="bread0" content="avaje" href="/"/>
<meta name="bread1" content="http" href="/http"/>
<template id="menuNav"><#include "/_jex/_nav.ftl"></template>
<var id="gitsource">https://github.com/avaje/avaje-jex</var>
</head>
<body data-theme="light">
<div class="container">
<aside id="sidenav">
<nav class="side scroll">
$menuNav
</nav>
</aside>
<article id="main-content">
<header>
<nav id="top">
<div class="breadcrumb">$breadcrumb</div>
<ul>
<li><a href="/" title="home"><i class="fas fa-home"></i></a></li>
<li><a href="https://discord.gg/Qcqf9R27BR" title="discord server"><i class="fab fa-discord"></i></a></li>
<li><a href="$gitsource" title="github source"><i class="fab fa-github"></i></a></li>
<li><a onclick="toggleTheme();" title="switch dark light theme"><i class="fas fa-adjust"></i></a></li>
</ul>
</nav>
</header>
<div id="layout-body"></div>
</article>
</div>
</body>
</html>