| ページ一覧 | ブログ | twitter |  書式 | 書式(表) |

MyMemoWiki

差分

ナビゲーションに移動 検索に移動
241 バイト追加 、 2022年3月22日 (火) 15:07
*DHCP
*など
===HTTP===
----
<pre>
$ mkdir http-home
$ cd http-home
$ cat << 'EOF' > index.html
> <!doctype html>
> <html>
> <head>
> <title>Hello, World</title>
> </head>
> <body>
> <h1>Hello, World</h1>
> </body>
> </html>
> EOF
</pre>

案内メニュー