Initial commit.
This commit is contained in:
9
www/app.html
Normal file
9
www/app.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE>
|
||||
<html>
|
||||
<head>
|
||||
<title>App html</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Application HTML</h1>
|
||||
</body>
|
||||
</html>
|
||||
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>
|
||||
9
www/test.html
Normal file
9
www/test.html
Normal file
@@ -0,0 +1,9 @@
|
||||
<!DOCTYPE>
|
||||
<html>
|
||||
<head>
|
||||
<title>Test html</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Test HTML</h1>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user