diff --git a/README.md b/README.md index b43c2ef..39a6ca9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A webpage that displays a UTF-8 strings as individual bytes. +![](images/website.png) + Inspired by [Bytes: The Lesser-Known Python Built-In Sequence • And Understanding UTF-8 Encoding](https://www.thepythoncodingstack.com/p/bytes-python-built-in-unicode-utf-8-encoding) by Stephen Gruppetta. ## Development diff --git a/images/website.png b/images/website.png new file mode 100644 index 0000000..f3eca19 Binary files /dev/null and b/images/website.png differ