2024-02-24 11:09:34 -05:00
|
|
|
<!doctype html>
|
2023-08-04 21:22:27 -04:00
|
|
|
<html style="width: 100%">
|
2022-08-03 20:57:56 -04:00
|
|
|
<head>
|
2024-02-24 11:09:34 -05:00
|
|
|
<script>
|
|
|
|
const g_data = $data;
|
|
|
|
</script>
|
2022-08-03 20:57:56 -04:00
|
|
|
</head>
|
2023-08-04 21:22:27 -04:00
|
|
|
<body style="color: #fff; width: 100%">
|
2022-08-14 14:25:05 -04:00
|
|
|
<h1>Tilde Friends Administration</h1>
|
2022-08-03 20:57:56 -04:00
|
|
|
</body>
|
|
|
|
<script type="module" src="script.js"></script>
|
2024-02-24 11:09:34 -05:00
|
|
|
</html>
|