amino-acidsbiologydnarnatranscriptiontranslationrustacidsaminocentral-dogmajavascriptwasmwebassembly
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.
21 lines
818 B
21 lines
818 B
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
|
<meta name="description" content="Easily transcribe and translate DNA into messenger RNA and amino acids">
|
|
<title>DNA Transcription & Translation</title>
|
|
<link rel="stylesheet" href="/css/styles.css">
|
|
</head>
|
|
<body>
|
|
<noscript>This page contains webassembly and javascript content, please enable javascript in your browser.</noscript>
|
|
<h1>Please enter the DNA strand in the space below:</h1>
|
|
<form class="dna-input" action="app.html" method="get">
|
|
<input type="text" name="strand">
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
<div id="footer">
|
|
<p>© 2021 Ravi Shah</p>
|
|
</div>
|
|
</body>
|
|
</html>
|