1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<!DOCTYPE html> <script src="url_constants.js"></script> <script src="files_browsable_content.js"></script> <style> html { height: 100%; width: 100%; } body { height: 100%; margin: 0; } iframe { height: 100%; width: 100%; border: 0; } </style> <body> <iframe id="content" src=""></iframe> </body>