CopyURLExtension/main.html
2025-03-05 13:45:41 -05:00

17 lines
421 B
HTML

<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h3>Copy the current url</h3>
<p>
The current URL was copied when you opened this extension. Thank
you!
</p>
<p>Made with love by Tropii.</p>
<a href="https://fstropii.com" target="_blank">Website</a>
<script src="copyurl.js"></script>
</body>
</html>