Skip to content

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…

Notifications You must be signed in to change notification settings

leemengchen/website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

About

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…

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages