mirror of
https://github.com/eliasstepanik/strudel.git
synced 2026-01-11 13:48:40 +00:00
17 lines
547 B
HTML
17 lines
547 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="../../public/favicon.ico" />
|
|
<link rel="stylesheet" type="text/css" href="./style.css" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="description" content="Strudel REPL" />
|
|
<title>Strudel Tutorial</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<script type="module" src="Tutorial.js"></script>
|
|
</body>
|
|
</html>
|