1
0
Fork 0
This repository has been archived on 2024-06-28. You can view files and clone it, but cannot push or open issues or pull requests.
mask-detector/popup.html

14 lines
No EOL
339 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<title>Mask Detector</title>
</head>
<body>
<div id="typo3Version"></div>
<div id="lastModified" style="width: 200px"></div>
<div id="maskVersion" style="width: 200px"></div>
<script src="popup.js"></script>
</body>
</html>