This home page is _personal_
This commit is contained in:
11
personal-home-page/hello.php
Normal file
11
personal-home-page/hello.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Example</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php
|
||||
echo "<h3>Hi, I'm a PHP script!</h3>";
|
||||
?>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user