38 lines
1.1 KiB
XML
38 lines
1.1 KiB
XML
<?xml version='1.0' ?>
|
|
<!DOCTYPE html>
|
|
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Alegreya+Sans+SC:wght@900"/>
|
|
<link rel="stylesheet" href="tbl.css"/>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com"/>
|
|
<link rel="preconnect" href="https://fonts.gstatic.com"/>
|
|
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500" rel="stylesheet"/>
|
|
|
|
<t:style t:include="resource:work/triangle-beer-league/tbl.css"/>
|
|
<t:write-title/>
|
|
<t:write-style/>
|
|
</head>
|
|
<body>
|
|
<header>
|
|
<t:if t:value="show-header?">
|
|
<a id="header-logo" href="/"></a>
|
|
</t:if>
|
|
<nav role="navigation">
|
|
<menu>
|
|
<li><a href="/schedule">schedule</a></li>
|
|
<li><a href="#">standings</a></li>
|
|
<li><a href="#">roster</a></li>
|
|
</menu>
|
|
</nav>
|
|
</header>
|
|
<main class="schedule">
|
|
<t:call-next-template/>
|
|
</main>
|
|
<footer>
|
|
</footer>
|
|
</body>
|
|
</html>
|
|
</t:chloe>
|