mirror of
https://github.com/Rushilwiz/brancher.git
synced 2025-04-19 19:40:17 -04:00
14 lines
355 B
PHP
14 lines
355 B
PHP
<!--link href='https://fonts.googleapis.com/css?family=Open+Sans:700,600' rel='stylesheet' type="text/css">
|
|
link rel="stylesheet" type="text/css" href="css/login.css"-->
|
|
<html>
|
|
<head>
|
|
<title>Information Gathered</title>
|
|
</head>
|
|
<body>
|
|
<?php
|
|
echo "<p>Data processed</>";
|
|
data_default_timezone_set('UTC');
|
|
?>
|
|
</body>
|
|
</html>
|