Spaces:
Build error
Build error
Commit
·
1fb5423
1
Parent(s):
346f7e5
todo
Browse files- app/example.php +8 -0
- app/index.php +1 -0
app/example.php
CHANGED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<!DOCTYPE html>
|
2 |
+
<html>
|
3 |
+
<body>
|
4 |
+
<?php
|
5 |
+
echo "My first PHP script!";
|
6 |
+
?>
|
7 |
+
</body>
|
8 |
+
</html>
|
app/index.php
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
hola
|