2024-02-24 11:09:34 -05:00
|
|
|
<!doctype html>
|
2024-04-04 20:35:09 -04:00
|
|
|
<html>
|
2022-09-06 19:26:43 -04:00
|
|
|
<head>
|
|
|
|
<title>Tilde Friends</title>
|
2024-02-24 11:09:34 -05:00
|
|
|
<base target="_top" />
|
|
|
|
<link rel="stylesheet" href="tribute.css" />
|
2022-10-15 14:22:13 -04:00
|
|
|
<style>
|
|
|
|
.tribute-container {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
</style>
|
2022-09-06 19:26:43 -04:00
|
|
|
</head>
|
2024-04-10 18:43:48 -04:00
|
|
|
<body style="margin: 0; padding: 0">
|
2024-04-21 14:18:06 -04:00
|
|
|
<tf-app></tf-app>
|
|
|
|
<tf-reactions-modal id="reactions_modal"></tf-reactions-modal>
|
2024-02-24 11:09:34 -05:00
|
|
|
<script>
|
|
|
|
window.litDisableBundleWarning = true;
|
|
|
|
</script>
|
2023-05-09 21:30:15 -04:00
|
|
|
<script src="filesaver.min.js"></script>
|
2022-09-06 19:26:43 -04:00
|
|
|
<script src="commonmark.min.js"></script>
|
2022-11-11 22:06:29 -05:00
|
|
|
<script src="commonmark-hashtag.js" type="module"></script>
|
2022-09-06 19:26:43 -04:00
|
|
|
<script src="script.js" type="module"></script>
|
|
|
|
</body>
|
2024-02-24 11:09:34 -05:00
|
|
|
</html>
|