14 lines
229 B
HTML
14 lines
229 B
HTML
<!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>
|