diff options
author | topfs2 <topfs2@svn> | 2010-02-14 13:16:20 +0000 |
---|---|---|
committer | topfs2 <topfs2@svn> | 2010-02-14 13:16:20 +0000 |
commit | c6771db8b2fa54d139d808dcf22d1c4b2096d1c7 (patch) | |
tree | 68b39517dc0b333d6ddaa3db0fbb2b6329eef343 /web/poc_jsonrpc/index.html | |
parent | b755c0bcb9cec1597e25f241dd21be46d71dd062 (diff) |
Merge commit 'origin/jsonrpc' into trunk
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@27770 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'web/poc_jsonrpc/index.html')
-rw-r--r-- | web/poc_jsonrpc/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/web/poc_jsonrpc/index.html b/web/poc_jsonrpc/index.html new file mode 100644 index 0000000000..02438bef22 --- /dev/null +++ b/web/poc_jsonrpc/index.html @@ -0,0 +1,12 @@ +<html> +<head> +<title>XBMC</title> +<link type="text/css" rel="stylesheet" href="basic.css"> +</head> +<body> +<h1>XBMC Webinterface</h1> +<a href="movies.html"><h2>Movies</h2></a> +<a href="tvshows.html"><h2>TVShows</h2></a> +<a href="albums.html"><h2>Albums</h2></a> +</body> +</html> |