mirror of
https://github.com/aureliendavid/rsspreview.git
synced 2025-08-23 03:38:44 +00:00
24 lines
613 B
HTML
24 lines
613 B
HTML
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<label class="setting browser-style"><input type="checkbox" id="doThumb" class="validate" > Display media:thumbnail images</label>
|
|
|
|
<label class="setting browser-style">
|
|
<input type="checkbox" id="doMaxWidth" class="validate" > Set max-width for images at
|
|
<input type="text" id="valMaxWidth" class="validate" >
|
|
</label>
|
|
|
|
<label class="setting browser-style"><input type="checkbox" id="doDetect" class="validate" > Enable feed detection</label>
|
|
|
|
<script src="options.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|