mirror of
https://github.com/Nathanwoodburn/hnschat-web.git
synced 2025-01-18 11:48:13 +11:00
12 lines
195 B
PHP
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>
|