12 lines
296 B
HTML
12 lines
296 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>No Auto Emoji Options</title>
|
||
|
<meta charset="utf-8" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<h3>Select which auto emojis should be blocked:</h3>
|
||
|
<ul id="list"></ul>
|
||
|
<script src="options.js"></script>
|
||
|
</body>
|
||
|
</html>
|