This commit is contained in:
hshub
2024-04-16 22:26:30 +00:00
commit fce566a8b9
94 changed files with 52437 additions and 0 deletions

12
sync.php Normal file
View File

@@ -0,0 +1,12 @@
<?php
include "etc/includes.php";
?>
<!DOCTYPE html>
<html>
<head>
<?php include "etc/head.php"; ?>
</head>
<body data-page="sync">
<div class="response">Just a second...</div>
</body>
</html>