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

11 lines
214 B
HTML
Raw Normal View History

2017-09-20 15:33:18 +02:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
2017-09-20 15:52:40 +02:00
<title>Mask Detector</title>
2017-09-20 15:33:18 +02:00
</head>
<body>
2017-09-20 15:52:40 +02:00
<div id="lastModified" style="width: 200px"></div>
<script src="popup.js"></script>
2017-09-20 15:33:18 +02:00
</body>
</html>