diff --git a/README.md b/README.md index d41ce4c..79a32b8 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,8 @@ README last updated: 21 Dec 2020 **About**: Web app to process and combine multi-line text into a single line. -Deployed on Heroku, and accessible at: http://www.combinetext.com/ +Deployed on Heroku, and accessible at: http://www.combinetext.com/ +See example cases in the [examples](https://github.com/vtlim/textsmoosh/tree/master/examples) folder. ## Screenshot of web app diff --git a/examples/input01.png b/examples/01_input.png similarity index 100% rename from examples/input01.png rename to examples/01_input.png diff --git a/examples/input01.txt b/examples/01_input.txt similarity index 100% rename from examples/input01.txt rename to examples/01_input.txt diff --git a/examples/output01.txt b/examples/01_output.txt similarity index 100% rename from examples/output01.txt rename to examples/01_output.txt diff --git a/examples/input02.png b/examples/02_input.png similarity index 100% rename from examples/input02.png rename to examples/02_input.png diff --git a/examples/output02.txt b/examples/02_output.txt similarity index 100% rename from examples/output02.txt rename to examples/02_output.txt diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100755 index 0000000..afe035c Binary files /dev/null and b/static/favicon.ico differ diff --git a/templates/mainpage.html b/templates/mainpage.html index b04a3c0..68a2fe3 100644 --- a/templates/mainpage.html +++ b/templates/mainpage.html @@ -4,12 +4,13 @@