diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-04 23:22:45 -0700 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2023-12-04 23:22:45 -0700 |
commit | e57765f40e93be5a69be3b6ce17f679985c4e493 (patch) | |
tree | 791a7fb10e291c0f79d06ad4f69a48531ef7f463 | |
parent | 3ec3af34e4099e933bb39731036dc50bd2ce14d6 (diff) |
example data
-rw-r--r-- | example-gopherdata/gophermap | 2 | ||||
-rw-r--r-- | example-gopherdata/hello_world.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/example-gopherdata/gophermap b/example-gopherdata/gophermap index 3baab94..ebe9e1b 100644 --- a/example-gopherdata/gophermap +++ b/example-gopherdata/gophermap @@ -23,5 +23,5 @@ i Welcome to your Gopherspace! 1example /example localhost 8080 0hello_world.txt /hello_world.txt localhost 8080 -1Other the gopher servers in the world (via Floodgap) /world gopher.floodgap.com 70 +1Other Gopher servers in the world (via Floodgap) /world gopher.floodgap.com 70 diff --git a/example-gopherdata/hello_world.txt b/example-gopherdata/hello_world.txt index be5b84b..b807756 100644 --- a/example-gopherdata/hello_world.txt +++ b/example-gopherdata/hello_world.txt @@ -1 +1 @@ -Hi there! This file is being served by your Gopher Server
\ No newline at end of file +Hi there! This file is being served by your Gopher Server.
\ No newline at end of file |