Skip to content

Instantly share code, notes, and snippets.

@BMU-Verlag
Created December 19, 2019 16:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BMU-Verlag/dbef3b912cbdef8b575be29a162ecaa5 to your computer and use it in GitHub Desktop.
Save BMU-Verlag/dbef3b912cbdef8b575be29a162ecaa5 to your computer and use it in GitHub Desktop.
<body>
<h2>A Simple Translator</h2>
<select id="source_language"></select>
<select id="target_language"></select>
<button type="button" id="translate_button">Translate</button>
<textarea id="input"></textarea>
<textarea id="translated_text" readonly></textarea>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment