Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
goldbuick committed Apr 19, 2024
1 parent 9cb8345 commit d927bda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zss/terminal/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
<title></title>
<base href="/" />

<link rel="icon" type="image/x-icon" href="./favicon.ico" />
<link rel="stylesheet" href="./index.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<link rel="stylesheet" href="index.css" />
</head>

<body>
<div id="engine"></div>
<div id="overflow-widgets" class="monaco-editor"></div>
<script type="module" src="./index.tsx"></script>
<script type="module" src="index.tsx"></script>
</body>

</html>

0 comments on commit d927bda

Please sign in to comment.