diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-09-24 15:34:22 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-09-24 15:34:22 (GMT) |
commit | a580e5f3b54889fdd1441be68af44f57a3797807 (patch) | |
tree | b6f87766120c9ed7555019040f26b122f7f0e8a2 /web-static/index.html | |
parent | f83426f19c7f12ea161c45e8bda9e21db22959de (diff) |
added basic web interface
Diffstat (limited to 'web-static/index.html')
-rw-r--r-- | web-static/index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/web-static/index.html b/web-static/index.html new file mode 100644 index 0000000..79b83cb --- /dev/null +++ b/web-static/index.html @@ -0,0 +1,8 @@ +<html> + <head> + <title>rhctl web interface</title> + </head> + <body> + <h1>Hello world</h1> + </body> +</html> |