2024-02-22 15:36:45 +01:00
|
|
|
<!doctype html>
|
2023-08-05 01:22:27 +00:00
|
|
|
<html style="width: 100%">
|
2022-08-04 00:57:56 +00:00
|
|
|
<head>
|
2024-02-22 15:36:45 +01:00
|
|
|
<script>
|
|
|
|
const g_data = $data;
|
|
|
|
</script>
|
2022-08-04 00:57:56 +00:00
|
|
|
</head>
|
2023-08-05 01:22:27 +00:00
|
|
|
<body style="color: #fff; width: 100%">
|
2022-08-14 18:25:05 +00:00
|
|
|
<h1>Tilde Friends Administration</h1>
|
2022-08-04 00:57:56 +00:00
|
|
|
</body>
|
|
|
|
<script type="module" src="script.js"></script>
|
2024-02-22 15:36:45 +01:00
|
|
|
</html>
|