SearchTrademark/21. 찜하기_크롬 확장프로그램/options.html

22 lines
616 B
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<style>
body { font-family: sans-serif; padding: 10px; }
.title { color: red; font-weight: bold; font-size: 18px; }
.label { color: red; margin-top: 10px; display: block; }
</style>
</head>
<body>
<div class="title"></div>
<label class="label">페이지 수 :
<input id="pageCount" type="number" value="20">
</label>
<button id="runBtn" style="width:60px; height:30px;">실행</button>
<button id="stopBtn" style="width:60px; height:30px;">종료</button></button>
<script src="options.js"></script>
</body>
</html>