File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22node_modules
33python_modules
44__pycache__
5+ CLAUDE.md
Original file line number Diff line number Diff line change 1- <!DOCTYPE html>
1+ <!doctype html>
22< html >
3- < head >
4- < title > Assets Example</ title >
5- < link rel ="stylesheet " href ="/style.css ">
6- </ head >
7- < body >
8- < div class ="container ">
9- < h1 > Assets Handling Example</ h1 >
10- < p > This demonstrates serving static content from a Python Worker.</ p >
11- < img src ="/image.svg " alt ="Example circle image " />
12- </ div >
13- < script src ="/script.js "> </ script >
14- </ body >
3+ < head >
4+ < title > Assets Example</ title >
5+ < link rel ="stylesheet " href ="/style.css " />
6+ </ head >
7+ < body >
8+ < div class ="container ">
9+ < h1 > Assets Handling Example</ h1 >
10+ < p >
11+ This demonstrates serving static content from a Python Worker.
12+ </ p >
13+ < img src ="/image.svg " alt ="Example circle image " />
14+ < img
15+ src ="painting.jpg "
16+ alt ="A painting of a little house in Switzerland "
17+ />
18+ </ div >
19+ < script src ="/script.js "> </ script >
20+ </ body >
1521</ html >
You can’t perform that action at this time.
0 commit comments