Files
yaklang-chrome-extension/popup.html
T
2024-03-18 08:58:16 +08:00

10 lines
147 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Popup</title>
</head>
<body>
<h1>My Chrome Extension</h1>
<p>This is a sample popup.</p>
</body>
</html>