<!DOCTYPE html>

<html>
	<head>
		<title data-i18n="options">Wappalyzer Options</title>

		<link rel="icon" href="images/icon_hot.png">

		<link rel="stylesheet" href="css/widgets.css">
		<link rel="stylesheet" href="css/options.css">

		<script src="js/ga.js"></script>
		<script src="js/wappalyzer.js"></script>
		<script src="js/defaults.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-upgrade-message"><input id="option-upgrade-message" type="checkbox"> <span data-i18n="optionUpgradeMessage"></span></label>
		</p>

		<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>

		<div id="about">
			<p>
				<button id="github"    ><img src="images/github.png"   width="16" height="16" alt=""/> <span data-i18n="github" ></span></button>
				<button id="twitter"   ><img src="images/twitter.png"  width="16" height="16" alt=""/> <span data-i18n="twitter"></span></button>
				<button id="wappalyzer"><img src="images/icon_hot.png" width="16" height="16" alt=""/> <span data-i18n="website"></span></button>
			</p>
	</body>
</html>