4-3 在虛擬機器上架設一個 Apache 網站

請直接複製以下 HTML 原始碼,在文字編輯器上儲存為 index.html 即可。

<html>
        <head>
                <title> Hello World !!</title>
        </head>
        <body>
                <h1> Hello World !! </h1>
        </body>
</html>
Table of Contents
返回頂端