mirror of
https://github.com/yaklang/yaklang-chrome-extension.git
synced 2026-09-22 03:10:43 +08:00
10 lines
178 B
HTML
10 lines
178 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>My Sidepanel</title>
|
|
</head>
|
|
<body>
|
|
<h1>All sites sidepanel extension</h1>
|
|
<p>This side panel is enabled on all sites</p>
|
|
</body>
|
|
</html> |