Initial commit.
This commit is contained in:
12
www/app.php
Normal file
12
www/app.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
$message = "Application PHP";
|
||||
?>
|
||||
<!DOCTYPE>
|
||||
<html>
|
||||
<head>
|
||||
<title>App php</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1><?php echo $message; ?></h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user