2020-10-10 23:32:27 +00:00
|
|
|
<!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>
|
2023-06-23 11:13:33 +00:00
|
|
|
<link rel="shortcut icon" href="/tildes-reextended.png"
|
2020-10-10 23:32:27 +00:00
|
|
|
type="image/png">
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
This web extension does not work without JavaScript, sorry. :(
|
|
|
|
</noscript>
|
2023-06-23 10:52:03 +00:00
|
|
|
<script type="module" src="/options/user-label-editor.js"></script>
|
2020-10-10 23:32:27 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|