blob: f017bae1917e1487ac0b80d1b5bd5b0844b19a6f [file] [log] [blame]
<html>
<head>
<style>
body {
font-family: "Segoe UI", "Lucida Grande", Tahoma, sans-serif;
font-size: 100%;
}
</style>
<script src="popup.js"></script>
</head>
<body>
<div id="detect_lang">
<textarea id="text" placeholder="Text to translate" style="padding: 10px; width: 300px;"></textarea>
<button id="btn-detect">Translate</button>
</div>
</body>
</html>