2024-02-24 11:09:34 -05:00
|
|
|
<!doctype html>
|
2023-10-29 20:22:30 -04:00
|
|
|
<html>
|
|
|
|
<head>
|
2024-02-24 11:09:34 -05:00
|
|
|
<base target="_top" />
|
2024-02-25 15:37:13 -05:00
|
|
|
<link rel="stylesheet" href="tildefriends.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>
|
2024-02-24 11:09:34 -05:00
|
|
|
<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-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>
|
2024-02-24 11:09:34 -05:00
|
|
|
</html>
|