tildefriends/apps/admin/index.html

13 lines
255 B
HTML
Raw Normal View History

2024-02-24 11:09:34 -05:00
<!doctype html>
<html style="width: 100%">
<head>
2024-02-24 11:09:34 -05:00
<script>
const g_data = $data;
</script>
</head>
<body style="color: #fff; width: 100%">
<h1>Tilde Friends Administration</h1>
</body>
<script type="module" src="script.js"></script>
2024-02-24 11:09:34 -05:00
</html>