hnschat-web/sync.php

12 lines
195 B
PHP
Raw Normal View History

2024-04-17 08:26:30 +10:00
<?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>