cf-detect-chrome/popup.html

14 lines
229 B
HTML
Raw Normal View History

2024-01-30 14:49:24 +00:00
<!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>