diff --git a/.gitignore b/.gitignore index 7df86d7..1a3c8a3 100644 --- a/.gitignore +++ b/.gitignore @@ -160,6 +160,6 @@ cython_debug/ # option (not recommended) you can uncomment the following to ignore the entire idea folder. #.idea/ -.DS_Store +*DS_Store test/data/output/* \ No newline at end of file diff --git a/src/hellocomputer/static/img/favicon.ico b/src/hellocomputer/static/img/favicon.ico new file mode 100644 index 0000000..70658c3 Binary files /dev/null and b/src/hellocomputer/static/img/favicon.ico differ diff --git a/src/hellocomputer/static/index.html b/src/hellocomputer/static/index.html index 68c33d8..47bcede 100644 --- a/src/hellocomputer/static/index.html +++ b/src/hellocomputer/static/index.html @@ -5,6 +5,7 @@ Chat Application +