-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoptions.html
25 lines (25 loc) · 1.01 KB
/
options.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<head>
<title>Bhai Kya Kar Raha Hai Tu</title>
<meta charset="utf-8">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body style="margin: 8px;">
<div id="custom-block-image-feature">
<input type="file" id="block-image" name="block-image" accept="image/png, image/jpeg">
<button id="save-block-image" type="button" disabled>Save</button>
<br><br>
<img width="500" id="block-image-view">
<br><br>
<button id="reset-block-image" type="button">Reset to OG 🦈</button>
</div>
<br>
<hr>
<br>
<button class="btn btn-danger" id="clear-all">Clear All</button><br><br>
<h3>Block List</h3>
<div id="block-list"></div>
</body>
<script src="options.js"></script>
</html>