1
Fork 0
tildes-reextended/source/assets/options/user-label-editor.html

20 lines
455 B
HTML
Raw Normal View History

<!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 10:52:03 +00:00
<link rel="shortcut icon" href="/tildes-reextended-128.png"
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>
</body>
</html>