factor-work/bonerbonerboner/actions/meta.xml

25 lines
646 B
XML

<?xml version='1.0'?>
<!DOCTYPE html>
<t:chloe xmlns:t="http://factorcode.org/chloe/1.0">
<html class="@subdomain" lang="en">
<head>
<title>boners</title>
<meta name="viewport"
content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css"
href="https://static.bonerbonerboner.com/css/meta.css" />
</head>
<body>
<t:bind-each t:name="subdomains">
<section class="@subdomain">
<h1>
<a href="@url">
<t:label t:name="subdomain"/>
</a>
</h1>
</section>
</t:bind-each>
</body>
</html>
</t:chloe>