hnschat-web/sync.php
2024-04-16 22:26:30 +00:00

12 lines
195 B
PHP

<?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>