33 lines
1.0 KiB
HTML
33 lines
1.0 KiB
HTML
<!-- <!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Document</title>
|
|
</head>
|
|
<body style="width:200px ;height:100px">
|
|
<h1>Hello, Chrome</h1>
|
|
<button id="test_btn">Go Pages</button>
|
|
<button id="getItems_btn">Get Items</button>
|
|
<button id="tabInfo_btn">Tab Info</button>
|
|
<script src='js/popup.js'></script>
|
|
</body>
|
|
</html> -->
|
|
|
|
<link rel="stylesheet" href="css/popup.css">
|
|
<h2 style="text-align:center">Automatic Read Files</h2>
|
|
|
|
<div class="card">
|
|
<img src="https://static.runoob.com/images/mix/img_avatar.png" alt="John" style="width:250px">
|
|
<div class="container">
|
|
<div class="checkboxThree">
|
|
<input type="checkbox" value="1" id="checkboxThreeInput" name="" />
|
|
<label for="checkboxThreeInput"></label>
|
|
</div>
|
|
<!-- <ul id="skill">
|
|
<li><span class="bar graphic-design" id="runProgress"></span>
|
|
<h3>Graphic Design</h3>
|
|
</li>
|
|
</ul> -->
|
|
<script src='js/popup.js'></script>
|
|
</div>
|
|
</div> |