Update aindex.php
This commit is contained in:
12
aindex.php
Normal file
12
aindex.php
Normal file
@@ -0,0 +1,12 @@
|
||||
echo "yo ";
|
||||
?>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>PHP test</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>dit komt uit html</h1>
|
||||
<p><?php echo "dit komt uit PHP"; ?></p>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user