2022-09-06 19:26:43 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html style="color: #fff">
|
|
|
|
<head>
|
|
|
|
<title>Tilde Friends</title>
|
2022-09-09 22:56:15 -04:00
|
|
|
<base target="_top">
|
2024-01-11 23:23:31 -05:00
|
|
|
<link rel="stylesheet" href="tribute.css"/>
|
|
|
|
<link rel="stylesheet" href="w3.css"/>
|
2022-10-15 14:22:13 -04:00
|
|
|
<style>
|
|
|
|
.tribute-container {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
</style>
|
2022-09-06 19:26:43 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<tf-app/>
|
|
|
|
<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-09-09 22:56:15 -04:00
|
|
|
<script src="commonmark-linkify.js" type="module"></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>
|
|
|
|
</html>
|