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
Lukas Winkler 5a69107478 add README
2017-09-22 12:41:49 +02:00

15 lines
No EOL
339 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Mask Detector</title>
</head>
<body style="text-align: center">
<button id="clearCache">Clear Cache</button>
<div id="success" style="display:none;">
success<br>
<button id="close">Close</button>
</div>
<script src="options.js"></script>
</body>
</html>