mirror of
https://github.com/DevLARLEY/WidevineProxy2.git
synced 2026-04-02 18:49:58 +00:00
34 lines
1.1 KiB
HTML
34 lines
1.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title></title>
|
|
<script type="module" src="panel.js" defer></script>
|
|
<link rel="stylesheet" href="panel.css">
|
|
</head>
|
|
<body style="min-width: 200px;">
|
|
<div class="header">
|
|
<img src="../images/icon-128.png" alt="WidevineProxy Icon" width="64"/>
|
|
<img src="../images/proxy_text.png" alt="ProxyText" width="200"/>
|
|
</div>
|
|
<fieldset>
|
|
<legend>Settings</legend>
|
|
<input type="checkbox" id="enabled">
|
|
<label for="enabled"> Enabled</label><br>
|
|
<fieldset id="wvd">
|
|
<legend>Widevine Device</legend>
|
|
<button type="button" id="fileInput">Choose File</button><br>
|
|
<label>
|
|
<select id="wvd-combobox"></select>
|
|
</label><br>
|
|
<button type="button" id="remove">Remove</button>
|
|
<button type="button" id="download">Download</button>
|
|
</fieldset>
|
|
</fieldset>
|
|
<fieldset>
|
|
<legend>Keys</legend>
|
|
<button type="button" id="clear">Clear</button>
|
|
<div id="key-container"></div>
|
|
</fieldset>
|
|
</body>
|
|
</html>
|