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/options.html

16 lines
384 B
HTML
Raw Permalink Normal View History

2017-09-22 11:19:34 +02:00
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
2017-09-22 11:19:34 +02:00
<title>Mask Detector</title>
</head>
<body style="text-align: center">
2017-09-22 12:41:49 +02:00
<button id="clearCache">Clear Cache</button>
2017-09-22 11:19:34 +02:00
<div id="success" style="display:none;">
2017-09-22 12:41:49 +02:00
success<br>
<button id="close">Close</button>
2017-09-22 11:19:34 +02:00
</div>
<script src="options.js"></script>
</body>
</html>