Initial import from local backup (Documents-Playground/pakerpale)
This commit is contained in:
19
popup.html
Normal file
19
popup.html
Normal 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>
|
||||
Reference in New Issue
Block a user