Files
wxt/packages/analytics/entrypoints/popup.html
T
2024-09-18 09:58:04 -05:00

13 lines
303 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Popup</title>
</head>
<body>
<button id="button1">Button 1</button>
<button class="cool-button">Button 2</button>
</body>
</html>