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.
 
 
 
 

22 lines
822 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 &amp; 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>
<script src="./bootstrap.js"></script>
<div class="main-heading">
<h1><a href="/">DNA Transcription &amp; Translation</a></h1>
</div>
<div class="codons-div-container">
<div class="codons-container">
<div id="codons"></div>
</div>
</div>
</body>
</html>