23 lines
636 B
HTML
23 lines
636 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="../assets/tildes-reextended-128.png"
|
||
|
type="image/png">
|
||
|
<link rel="stylesheet" href="../scss/modern-normalize.scss">
|
||
|
<link rel="stylesheet" href="../scss/index.scss">
|
||
|
<link rel="stylesheet" href="../scss/user-label-editor.scss">
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<noscript>
|
||
|
This web extension does not work without JavaScript, sorry. :(
|
||
|
</noscript>
|
||
|
<script type="module" src="./user-label-editor.ts"></script>
|
||
|
</body>
|
||
|
|
||
|
</html>
|