aboutsummaryrefslogtreecommitdiff
path: root/web/poc_jsonrpc/index.html
blob: 652d2de4f6a1550418145c3aa3914eea5ea7cac5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<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>