Skip to content

Commit

Permalink
chore: testing
Browse files Browse the repository at this point in the history
  • Loading branch information
dbudzins committed Jul 11, 2023
1 parent 87d8209 commit c6f9e03
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,9 @@
<link rel="manifest" href="/manifest.json" />
</head>
<body>
<div id="root"></div>
<a id="root" href="/test.html"></a>
<noscript>You need to enable JavaScript to run this app.</noscript>

<script type="module" src="/src/index.tsx"></script>
</body>
</html>
5 changes: 5 additions & 0 deletions public/test.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<html lang="en">
<body>
HELLO WORLD
</body>
</html>

0 comments on commit c6f9e03

Please sign in to comment.