請直接複製以下 HTML 原始碼,在文字編輯器上儲存為 index.html 即可。
<html> <head> <title> Hello World !!</title> </head> <body> <h1> Hello World !! </h1> </body> </html>