Skip to content
This repository was archived by the owner on May 20, 2022. It is now read-only.

Commit a8cc3a7

Browse files
committed
Update index.html
1 parent c600f5a commit a8cc3a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example-advanced/src/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="stylesheet" href="bundle.css" />
5+
<link rel="stylesheet" href="index.css" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<title>tldraw</title>
88
</head>
99
<body>
1010
<div id="root"></div>
1111
<noscript>You need to enable JavaScript to run this app.</noscript>
12-
<script type="module" src="./bundle.js"></script>
12+
<script type="module" src="./index.js"></script>
1313
<!--
1414
This HTML file is a template.
1515
If you open it directly in the browser, you will see an empty page.

0 commit comments

Comments
 (0)