1
0
mirror of https://github.com/krateng/maloja.git synced 2023-08-10 21:12:55 +03:00
maloja/scrobbler-vivaldi-plex/settings.html

17 lines
321 B
HTML
Raw Normal View History

<!doctype html />
<html>
<head>
<title>Wat</title>
<script type="text/javascript" src="settings.js"></script>
</head>
<body>
<div id="wat">
<p>Server:</p>
<input type="text" id="serverurl" value="http://localhost:42010" />
<p>API key:</p>
<input type="text" id="apikey" />
</div>
</body>
</html>