16 lines
No EOL
384 B
HTML
16 lines
No EOL
384 B
HTML
<!DOCTYPE html>
|
|
<html lang="de">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="style.css">
|
|
<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> |