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>
|
2022-02-23 13:52:06 +00:00
|
|
|
<link rel="shortcut icon" href="../assets/tildes-reextended-128.png"
|
2020-10-10 23:32:27 +00:00
|
|
|
type="image/png">
|
2022-02-23 13:52:06 +00:00
|
|
|
<link rel="stylesheet" href="../scss/modern-normalize.scss">
|
|
|
|
<link rel="stylesheet" href="../scss/index.scss">
|
2020-10-10 23:32:27 +00:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<noscript>
|
|
|
|
This web extension does not work without JavaScript, sorry. :(
|
|
|
|
</noscript>
|
2022-02-23 13:52:06 +00:00
|
|
|
<script type="module" src="./options.ts"></script>
|
2020-10-10 23:32:27 +00:00
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|