initial commit

This commit is contained in:
Lurkars
2017-12-07 18:18:11 +01:00
commit 8a890a8cd1
21 changed files with 6258 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
<!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>