2023-10-29 20:22:30 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
2023-11-01 21:43:32 -04:00
|
|
|
<base target="_top">
|
2024-02-22 07:03:21 -05:00
|
|
|
<link rel="stylesheet" href="core.css"/>
|
2023-10-29 20:22:30 -04:00
|
|
|
</head>
|
2024-02-22 07:03:21 -05:00
|
|
|
<body>
|
2023-10-29 20:22:30 -04:00
|
|
|
<tf-collections-app></tf-collections-app>
|
|
|
|
<script>window.litDisableBundleWarning = true;</script>
|
2023-11-01 19:39:34 -04:00
|
|
|
<script src="tf-collection.js" type="module"></script>
|
2023-10-29 20:22:30 -04:00
|
|
|
<script src="tf-id-picker.js" type="module"></script>
|
|
|
|
<script src="tf-wiki-doc.js" type="module"></script>
|
2023-11-12 15:17:23 -05:00
|
|
|
<script src="tf-wiki-app.js" type="module"></script>
|
2023-10-29 20:22:30 -04:00
|
|
|
</body>
|
|
|
|
</html>
|