tab-stash/src/options.html

13 lines
353 B
HTML

<!DOCTYPE html>
<html lang="en" class="page-options">
<head>
<meta charset="utf-8" />
<title>Tab Stash: Options</title>
<link rel="icon" href="icons/logo.svg" />
<link rel="stylesheet" type="text/css" href="tab-stash.css" />
<script type="module" src="options/index.ts"></script>
</head>
<body class="options"></body>
</html>