Initial import from local backup (Documents-Playground/pakerpale)

This commit is contained in:
jeonghwa
2026-07-03 05:27:04 +09:00
commit c4e0c76d49
7 changed files with 95 additions and 0 deletions

19
popup.html Normal file
View File

@@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<script src="jquery-1.9.1.min.js"></script>
<script src="./js/popup.js"></script>
<style>
body{
width:300px;
padding:1rem;
text-align:center;
}
</style>
</head>
<body>
<h1>크롬 익스텐션 샘플</h1>
</body>
</html>