sudo vim /var/www/j2hongming.dev/public_html/index.html
index.html的內容
1 2 3 4 5 6 7 8 9 10
<!doctype html> <html> <head> <title>Hi, I'm j2hongming</title> </head> <body> Welcome! This is j2hongming.dev <p>This is an example paragraph. Anything in the <strong>body</strong> tag will appear on the page, just like this <strong>p</strong> tag and its contents.</p> </body> </html>