-
-
Save WesleySmits/5cc23640d849af19d531ad3b688253bd to your computer and use it in GitHub Desktop.
TS Starter: Index HTML Diff remove hardcoded script reference
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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