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 ++++++++++++++++++++++++++++++++++++++++++ www/static/openshift-logo.png | Bin 0 -> 9714 bytes 2 files changed, 83 insertions(+) create mode 100644 www/index.php create mode 100644 www/static/openshift-logo.png (limited to 'www') 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 diff --git a/www/static/openshift-logo.png b/www/static/openshift-logo.png new file mode 100644 index 0000000..e83e59b Binary files /dev/null and b/www/static/openshift-logo.png differ -- cgit v1.2.3