We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
MC_LEE@DESKTOP-8QI5NIU MINGW64 ~/repos/website (master) $ git diff diff --git a/index.html b/index.html index 2d832d9..a5105b0 100644 --- a/index.html +++ b/index.html @@ -1 +1,12 @@ -hello,world +<!DOCTYPE html> +<html> + <head> + <title>My first webpage</title> + </head> + <body> + <h1>hello, world</h1> + <p>Call me Ishmarl.</p> + </body> +</h…
There was an error while loading. Please reload this page.