aboutsummaryrefslogtreecommitdiffstats
path: root/test/test-app
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-09-05 14:13:32 +0200
committerGerd Hoffmann <kraxel@redhat.com>2019-09-05 14:13:32 +0200
commite9f965f775f5839f092b2578d5d861745ff69863 (patch)
tree8f7648bb33b15c77372e71ca2241c73155217b4e /test/test-app
downloads2i-jekyll-e9f965f775f5839f092b2578d5d861745ff69863.tar.gz
initial state, created by s2i create
Diffstat (limited to 'test/test-app')
-rw-r--r--test/test-app/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/test/test-app/index.html b/test/test-app/index.html
new file mode 100644
index 0000000..7bca10c
--- /dev/null
+++ b/test/test-app/index.html
@@ -0,0 +1,10 @@
+<!doctype html>
+<html>
+ <head>
+ <title>Hello World!</title>
+ </head>
+ <body>
+ <h1>Hello World!</h1>
+ </body>
+</html>
+ \ No newline at end of file