tabsaver/popup.html
2025-05-08 09:58:39 +02:00

12 lines
263 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="popup.css" />
</head>
<body>
<a href="#" class="save">Save tabs to file</a>
<a href="#" class="restore">Restore tabs from file</a>
<script src="popup.js"></script>
</body>
</html>