ThunderAI/options/mzta-options.html
2024-04-01 22:58:39 +02:00

21 lines
969 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="mzta-options.css">
</head>
<body>
<div id="miczRelNotes"><a href="mzta-release-notes.html">Release Notes</a></div>
<div id="miczPrefs"><label><input type="checkbox" id="force_msedge" name="force_msedge" class="option-input" /> __MSG_forceMsedgeOptionText__</label><br/>
<input type="checkbox" id="always_link" name="always_link" class="option-input" /> __MSG_AlwaysLinkOptionText__</label></div>
<div id="miczDescription">
<h1>__MSG_prefsInfoTitle__</h1>
<p>__MSG_prefsInfoDesc_1__<br/>
__MSG_prefsInfoDesc_2__<br/>
__MSG_prefsInfoDesc_3__</p>
</div>
<div id="miczDonation">__MSG_prefsDonation_1__<br/><a href="http://micz.it/thunderdbird-addon-thunderai/donate/">__MSG_prefsDonation_2__</a></div>
<script src="mzta-options.js"></script>
<script src="../js/mzta-i18n.js"></script>
</body>
</html>