concept-collection / seqlab
seqlab / index.html
17 lines · 583 BBlameHistoryRaw
1<!doctype html>
2<html lang="en">
3 <head>
4 <meta charset="UTF-8" />
5 <link rel="icon" type="image/svg+xml" href="./favicon.svg" />
6 <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7 <meta
8 name="description"
9 content="seqlab — write pulseq MRI pulse sequences in MATLAB syntax, run them in your browser, and explore the resulting .seq files interactively."
10 />
11 <title>seqlab — pulseq in the browser</title>
12 </head>
13 <body>
14 <div id="root"></div>
15 <script type="module" src="/src/main.tsx"></script>
16 </body>
17</html>