Skip to content

Instantly share code, notes, and snippets.

@WesleySmits
Created October 10, 2021 09:06
Show Gist options
  • Save WesleySmits/5cc23640d849af19d531ad3b688253bd to your computer and use it in GitHub Desktop.
Save WesleySmits/5cc23640d849af19d531ad3b688253bd to your computer and use it in GitHub Desktop.
TS Starter: Index HTML Diff remove hardcoded script reference
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TypeScript starter project</title>
</head>
<body>
<h1>Hello World</h1>
- <script src="../public/bundle.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment