17 lines
421 B
HTML
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>
|