This commit is contained in:
2026-06-26 20:45:01 -04:00
commit cb316b9762
6 changed files with 80 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<button type="button" onclick="copyTab()">Copy Tab</button>
<script src="ug-copy.js"></script>
</body>
</html>