mirror of
https://github.com/Aviortheking/Blog_IMIE.git
synced 2025-04-23 19:32:15 +00:00
9 lines
126 B
PHP
9 lines
126 B
PHP
<html>
|
|
<head>
|
|
<title>PHP Test</title>
|
|
</head>
|
|
<body>
|
|
<?php echo '<p>Test deploy_to_webserver</p>'; ?>
|
|
</body>
|
|
</html>
|