summaryrefslogtreecommitdiff
path: root/test.php
diff options
context:
space:
mode:
Diffstat (limited to 'test.php')
-rw-r--r--test.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/test.php b/test.php
new file mode 100644
index 0000000..b950691
--- /dev/null
+++ b/test.php
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+
+<body>
+
+ <h1>Hello GFG </h1>
+
+ <?php
+ echo "Inside gfgdemo FOLDER Hello geeksforgeeks";
+ ?>
+
+</body>
+</html>