You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
688 B
27 lines
688 B
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title data-i18n="options">Wappalyzer Options</title>
|
|
|
|
<link rel="stylesheet" href="css/widgets.css">
|
|
<link rel="stylesheet" href="css/options.css">
|
|
|
|
<script src="js/ga.js"></script>
|
|
<script src="js/lib/jquery.min.js"></script>
|
|
<script src="js/options.js"></script>
|
|
<script src="js/i18n.js"></script>
|
|
</head>
|
|
<body>
|
|
<h1 data-i18n="options"></h1>
|
|
|
|
<p>
|
|
<label for="option-tracking"><input id="option-tracking" type="checkbox"> <span data-i18n="optionTracking"></span></label>
|
|
</p>
|
|
|
|
<p>
|
|
<button id="options-save" data-i18n="optionsSave"></button> <span id="options-saved" data-i18n="optionsSaved"></span>
|
|
</p>
|
|
</body>
|
|
</html>
|