diff --git a/src/j3/Thttpd.java b/src/j3/Thttpd.java index fece131..5879a81 100644 --- a/src/j3/Thttpd.java +++ b/src/j3/Thttpd.java @@ -128,7 +128,7 @@ // おまけ:レスポンスヘッダを表示 dostr.write(request.toString().getBytes()); // おまけ:時刻表示 - dostr.write(" \n\n

Current DateTime

".getBytes()); + dostr.write(" \n\n

Current DateTime (Thttpdが動的に生成した情報)

".getBytes()); dostr.write(LocalDateTime.now().toString().getBytes()); } diff --git a/src/j3/index.html b/src/j3/index.html index b3ecf5b..54018fd 100644 --- a/src/j3/index.html +++ b/src/j3/index.html @@ -1,21 +1,25 @@ + - -Motoki Miura + + Motoki Miura +

Motoki Miura

- src.html
+

このサーバの別のコンテンツ:src.html +

- 三浦のWebサイト
+

外部のコンテンツ: + 三浦のWebサイト
+ +

- - - - -

Request Header

-
+  
+  

Request Header (ブラウザからの情報)

+
\ No newline at end of file