cf-detect-chrome/popup.html
2024-01-30 15:49:24 +01:00

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>