a39.ca/themes/a39/static/js/98.js

7 lines
166 B
JavaScript

import { define, html } from 'https://esm.sh/hybrids@^8';
define({
tag: "98-window",
title: '',
content: ({ title }) => html`<div class="window"></div>`,
});