From d51264c55ba73330cf129b43f635c9489fe663f9 Mon Sep 17 00:00:00 2001 From: Template builder Date: Thu, 19 May 2016 18:18:45 -0400 Subject: Creating template --- www/index.php | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 www/index.php (limited to 'www/index.php') diff --git a/www/index.php b/www/index.php new file mode 100644 index 0000000..74b121d --- /dev/null +++ b/www/index.php @@ -0,0 +1,83 @@ + + + + + Welcome to OpenShift + + + + +
+
+
+ OpenShift Logo +
+

Welcome!

+

You are running PHP

+
+
+

What's next?

+

Make changes to this website by editing the files inside www/ of your repository.

+

Commit your changes after, then push to the remote repository.

+
$ git commit -a -m "Some commit message"
+$ git push origin master
+

More

+ +
+
+ + \ No newline at end of file -- cgit v1.2.3