Creating a twitch embed using notepad html

Hello!
I’ve been trying to embed my twitch channel on a website created in notepad but every time I either get the error player.twitch.tv refused to connect or whoops! this embed is misconfigured.

Here is the code :

<iframe src="http://player.twitch.tv/?channel=sunsetim1234&parent=localhost"

frameborder=“0”
allowfullscreen=“true”
scrolling=“no”
height=“378”
width=“620”>

Link to broken page please!

Your code looks correct for hosting off of http://localhost, except for the use of http://player.twitch.tv which should be https://player.twitch.tv

So this suggest an environment problem.

The use of notepad is irrelevant since notepad is just a text editor like any IDE or other kind of text editor