File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,6 @@ ARG: https://www.youtube.com/watch?v=yn6pePV2CS8
10104 . Links to an image with a command: ` ipconfig /dns --history `
11115 . Type the command in the terminal, Internet history, we will find a yt link.
12126 . In the video, a tts (with captions and a bg) will explain:
13- > I'm going to list a command that you need to type in the terminal
13+ > I'm going to give you a command that you need to type in the terminal.
1414 > BUT, there is a catch. I'll list the command one character at a time.
1515 > So open your favourite notes app, or pen and paper and let's get started.
Original file line number Diff line number Diff line change @@ -7,12 +7,12 @@ function Chrome() {
77 return (
88 < >
99 < iframe
10+ className = { "chrome-iframe" }
1011 src = { browserUrl }
1112 title = "Browser Content"
1213 referrerPolicy = "origin"
1314 allow = "accelerometer; autoplay; clipboard-read; clipboard-write; encrypted-media; gyroscope; picture-in-picture; display-capture; camera; microphone; fullscreen"
1415 allowFullScreen
15- style = { { width : '100%' , height : '100%' , border : 'none' } }
1616 />
1717 </ >
1818 )
You can’t perform that action at this time.
0 commit comments