mirror of
https://github.com/bellingcat/auto-archiver-extension.git
synced 2026-06-12 05:28:33 +03:00
fixing authentication + minor issues
This commit is contained in:
@@ -1,36 +0,0 @@
|
||||
<!-- <!doctype html>
|
||||
<meta charset="utf-8">
|
||||
<title>Options</title>
|
||||
|
||||
<form id="options-form" class="detail-view-container">
|
||||
<h3>Color Picker</h3>
|
||||
<div class="color-picker">
|
||||
<div class="color-inputs">
|
||||
<label class="color-input">
|
||||
<span>R</span>
|
||||
<input type="range" min="0" max="255" name="colorRed">
|
||||
<input type="number" name="colorRed" min="0" max="255">
|
||||
</label>
|
||||
<label class="color-input">
|
||||
<span>G</span>
|
||||
<input type="range" min="0" max="255" name="colorGreen">
|
||||
<input type="number" name="colorGreen" min="0" max="255">
|
||||
</label>
|
||||
<label class="color-input">
|
||||
<span>B</span>
|
||||
<input type="range" min="0" max="255" name="colorBlue">
|
||||
<input type="number" name="colorBlue" min="0" max="255">
|
||||
</label>
|
||||
</div>
|
||||
<div class="color-output"></div>
|
||||
</div>
|
||||
<h3>Notice Content</h3>
|
||||
<div class="text-inputs">
|
||||
<label class="text-input">
|
||||
<span>Text</span>
|
||||
<input type="text" name="text">
|
||||
</label>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
<script src="../js/options.js" type="module"></script> -->
|
||||
Reference in New Issue
Block a user