aboutsummaryrefslogtreecommitdiff
path: root/web/poc_jsonrpc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'web/poc_jsonrpc/index.html')
-rw-r--r--web/poc_jsonrpc/index.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/web/poc_jsonrpc/index.html b/web/poc_jsonrpc/index.html
deleted file mode 100644
index 652d2de4f6..0000000000
--- a/web/poc_jsonrpc/index.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<html>
-<head>
-<title>XBMC</title>
-<link type="text/css" rel="stylesheet" href="basic.css">
-</head>
-<body>
-<h1>XBMC Webinterface</h1>
-<a href="nowplaying.html"><h2>Now playing</h2></a>
-<a href="movies.html"><h2>Movies</h2></a>
-<a href="tvshows.html"><h2>TVShows</h2></a>
-<a href="albums.html"><h2>Albums</h2></a>
-<a href="development.html"><h2>Development</h2></a>
-</body>
-</html>