├── README.md └── index.php /README.md: -------------------------------------------------------------------------------- 1 | # Fetch & Render 2 | Simple fetch and render proxy using an iframe. 3 | -------------------------------------------------------------------------------- /index.php: -------------------------------------------------------------------------------- 1 | 2 | Fetch & Render Proxy 3 | 4 | 5 | 6 | 7 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | --------------------------------------------------------------------------------