Initial commit
This commit is contained in:
commit
ef2f7aeaaa
22 changed files with 566 additions and 0 deletions
13
popup.html
Normal file
13
popup.html
Normal file
|
@ -0,0 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" href="popup.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="top">
|
||||
<p id="status">Detection Status.</p>
|
||||
</div>
|
||||
<script src="popup.js"></script>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue