DNA transcription and translation in wasm with rust
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.

19 lines
722 B

  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
  6. <meta name="description" content="Easily transcribe and translate DNA into messenger RNA and amino acids">
  7. <title>DNA Transcription &amp; Translation</title>
  8. <link rel="stylesheet" href="/css/styles.css">
  9. </head>
  10. <body>
  11. <noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
  12. <script src="./bootstrap.js"></script>
  13. <h1>DNA Transcription &amp; Translation</h1>
  14. <div id="codons"></div>
  15. <div id="footer">
  16. <p>© 2021 Ravi Shah</p>
  17. </div>
  18. </body>
  19. </html>