mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
17 lines
336 B
PHP
Executable File
17 lines
336 B
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Hello nginx</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Success! The webserver is working!</h1>
|
|
|
|
<?php phpinfo() ?>
|
|
</body>
|
|
|
|
</html>
|