mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-24 20:21:53 +08:00
10 lines
147 B
HTML
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> |