This repository has been archived on 2023-12-19. You can view files and clone it, but cannot push or open issues or pull requests.
Muffcast-Server/options/options.html

23 lines
538 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<form>
<label>Unsplash Interval <input type="number" min="2000" step="1000" value="8000" id="muffcast-unsplash-interval" /></label> <br />
<label>Unsplash Credit <input type="text" id="muffcast-unsplash-credit" /></label> <br />
<label>Unsplash Client Id <input type="text" id="muffcast-unsplash-client" /></label> <br />
<button type="submit" class="browser-style">Save</button>
</form>
<script src="options.js"></script>
</body>
</html>