From 6efa4ce3c06510f37b35b62a753f43fc431abb76 Mon Sep 17 00:00:00 2001 From: Marcos Kirsch Date: Fri, 27 Jan 2017 22:22:31 -0600 Subject: [PATCH] Add simple text example --- http/hello_world.txt | 7 +++++++ http/index.html | 1 + 2 files changed, 8 insertions(+) diff --git a/http/hello_world.txt b/http/hello_world.txt index 980a0d5..3ba862e 100644 --- a/http/hello_world.txt +++ b/http/hello_world.txt @@ -1 +1,8 @@ Hello World! +If server were sending this as HTML, your browser wouldn't render this in its own line. +Here are some translations. This file is encoded as UTF-8. Let's see if they look ok: + ¡Hola mundo! + שלום עולם + สวัสดีโลก! + أهلاً بالعالم + diff --git a/http/index.html b/http/index.html index 15bc585..630c14b 100644 --- a/http/index.html +++ b/http/index.html @@ -20,6 +20,7 @@

Serve me some pages!