1
0
mirror of https://github.com/SuperBFG7/ympd synced 2024-06-22 21:03:13 +00:00
ympd/htdocs/apitest.html
2018-12-03 16:51:00 +00:00

43 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="myMPD - fast and lightweight MPD webclient">
<meta name="author" content="mail@jcgames.de">
<title>myMPD: API Test</title>
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/mympd.min.css" rel="stylesheet">
<link href="assets/favicon.ico" rel="shortcut icon" type="image/vnd.microsoft.icon">
<style>
.td-ok { background-color: green; }
.td-error { background-color: red; }
</style>
</head>
<body>
<header>
<nav class="navbar navbar-expand navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#">
<span class="material-icons header-logo">play_circle_outline</span>myMPD
</a>
</nav>
</header>
<main role="main" class="container">
<div class="card">
<div class="card-header">API Test<span class="pull-right" id="testCount"></span></div>
<div class="card-body">
<h2></h2>
<table class="table table-sm">
<thead>
<tr><th>#</th><th>Test</th><th>State</th><th>Response</th></tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</main>
<script src="js/apitest.js"></script>
</body>
</html>