tildefriends/apps/wiki/index.html

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

17 lines
418 B
HTML
Raw Permalink Normal View History

2024-02-24 11:09:34 -05:00
<!doctype html>
<html>
<head>
2024-02-24 11:09:34 -05:00
<base target="_top" />
<link rel="stylesheet" href="tildefriends.css" />
</head>
2024-02-22 07:03:21 -05:00
<body>
<tf-collections-app></tf-collections-app>
2024-02-24 11:09:34 -05:00
<script>
window.litDisableBundleWarning = true;
</script>
<script src="tf-collection.js" type="module"></script>
<script src="tf-wiki-doc.js" type="module"></script>
<script src="tf-wiki-app.js" type="module"></script>
</body>
2024-02-24 11:09:34 -05:00
</html>