mirror of
https://github.com/krateng/maloja.git
synced 2023-08-10 21:12:55 +03:00
Added generic extendible Chromium scrobbler
This commit is contained in:
31
scrobblers/chromium-generic/settings.html
Normal file
31
scrobblers/chromium-generic/settings.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!doctype html />
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Wat</title>
|
||||
<script type="text/javascript" src="settings.js"></script>
|
||||
<meta charset="UTF-8">
|
||||
<style>
|
||||
@import url('https://fonts.googleapis.com/css?family=Ubuntu');
|
||||
|
||||
body {
|
||||
width:300px;
|
||||
background-color:#333337;
|
||||
color:beige;
|
||||
font-family:'Ubuntu';
|
||||
}
|
||||
input {
|
||||
width:270px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div id="wat">
|
||||
<span id="checkmark_url"></span> <span style="line-height:20px">Server:</span><br />
|
||||
<input type="text" id="serverurl" value="http://localhost:42010" />
|
||||
<br /><br />
|
||||
<span id="checkmark_key"></span> <span style="line-height:20px">API key:</span><br />
|
||||
<input type="text" id="apikey" />
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user