Newer
Older
hello-programmer-world / public / sample / php / index_output.html
<!DOCTYPE html>
<html lang="ja">
    <head>
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <title>Hello PHP World!</title>
    </head>
    <body>
        こんにちは、もつにさん!
    </body>
</html>