This commit is contained in:
alex 2022-02-06 21:34:57 +00:00
parent 7812eb49f2
commit cf9d6fb699
5 changed files with 63 additions and 29 deletions

View file

@ -2,8 +2,8 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/strudel/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/strudel/global.css" />
<link rel="icon" href="/favicon.ico" />
<link rel="stylesheet" type="text/css" href="/global.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Strudel REPL" />
<title>Strudel REPL</title>
@ -11,6 +11,6 @@
<body>
<div id="root"></div>
<noscript>You need to enable JavaScript to run this app.</noscript>
<script type="module" src="/strudel/dist/index.js"></script>
<script type="module" src="/dist/index.js"></script>
</body>
</html>