tab-stash/src/restore.html

13 lines
341 B
HTML

<!DOCTYPE html>
<html lang="en" class="page-flat">
<head>
<meta charset="utf-8" />
<title>Restore Privileged Tab</title>
<link rel="icon" href="icons/warning.svg" />
<link rel="stylesheet" type="text/css" href="tab-stash.css" />
<script type="module" src="restore/index.ts"></script>
</head>
<body></body>
</html>