20 lines
451 B
HTML
20 lines
451 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Tildes ReExtended</title>
|
|
<link rel="shortcut icon" href="/tildes-reextended.png"
|
|
type="image/png">
|
|
</head>
|
|
|
|
<body>
|
|
<noscript>
|
|
This web extension does not work without JavaScript, sorry. :(
|
|
</noscript>
|
|
<script type="module" src="/options/user-label-editor.js"></script>
|
|
</body>
|
|
|
|
</html>
|