2024-02-23 04:35:39 -05:00
|
|
|
<!DOCTYPE html>
|
2023-05-10 19:52:46 -04:00
|
|
|
<html style="color: #fff">
|
|
|
|
<head>
|
|
|
|
<title>Tilde Friends</title>
|
2024-02-23 04:35:39 -05:00
|
|
|
<base target="_top">
|
2023-05-10 19:52:46 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2024-02-23 04:35:39 -05:00
|
|
|
<tf-sneaker-app/>
|
|
|
|
<script>window.litDisableBundleWarning = true;</script>
|
2023-05-10 19:52:46 -04:00
|
|
|
<script src="filesaver.min.js"></script>
|
|
|
|
<script src="jszip.min.js"></script>
|
|
|
|
<script src="script.js" type="module"></script>
|
|
|
|
</body>
|
2024-02-23 04:35:39 -05:00
|
|
|
</html>
|