diff --git a/.gitignore b/.gitignore index a970f92..69521de 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ node_modules python_modules __pycache__ +CLAUDE.md diff --git a/06-assets/assets/index.html b/06-assets/assets/index.html index 28c8170..56b8da5 100644 --- a/06-assets/assets/index.html +++ b/06-assets/assets/index.html @@ -1,15 +1,21 @@ - + - - Assets Example - - - -
-

Assets Handling Example

-

This demonstrates serving static content from a Python Worker.

- Example circle image -
- - + + Assets Example + + + +
+

Assets Handling Example

+

+ This demonstrates serving static content from a Python Worker. +

+ Example circle image + A painting of a little house in Switzerland +
+ + diff --git a/06-assets/assets/painting.jpg b/06-assets/assets/painting.jpg new file mode 100644 index 0000000..77df885 Binary files /dev/null and b/06-assets/assets/painting.jpg differ