Social-Network/index.php

15 lines
143 B
PHP
Raw Permalink Normal View History

2024-01-18 21:47:19 +00:00
<?php
require 'config/config.php';
2024-01-18 21:47:19 +00:00
?>
<html>
<head>
<title>Hello World</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>