tabsaver/popup.html
2025-05-18 21:43:52 +02:00

12 lines
277 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="popup.css" />
</head>
<body>
<div class="link save"><u>S</u>ave tabs to file</div>
<div class="link restore"><u>R</u>estore tabs from file</div>
<script src="popup.js"></script>
</body>
</html>