GIF89a; %PDF-1.5 %���� ºaâÚÎΞ-ÌE1ÍØÄ÷{òò2ÿ ÛÖ^ÔÀá TÎ{¦?§®¥kuµùÕ5sLOšuY
Server IP : 134.29.175.74 / Your IP : 216.73.216.160 Web Server : nginx/1.10.2 System : Windows NT CST-WEBSERVER 10.0 build 19045 (Windows 10) i586 User : Administrator ( 0) PHP Version : 7.1.0 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Users/Jim Martinson/AppData/Local/Microsoft/OneDrive/20.169.0823.0006/ |
Upload File : |
<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Main Content</title> <meta name="description" content="Main Content"> <meta name="author" content="Alex Vallejo"> </head> <body> <h3 id="title_text">Test Page</h3> <button id="copy_button" onclick="copy()">Copy to clipboard</button> <br/> <br/> <button id="finished_loading_button" onclick="finished_loading()">Finished Loading</button> <br/> <br/> <button id="resize_button" onclick="resize()">Resize</button> <br/> <br/> <button id="log_button" onclick="log()">Log</button> <script> // Call the finished loading function after a short delay setTimeout(function() { finished_loading(); }, 100 /*miliseconds*/); function copy() { window.external.CopyToClipboard("Some copied text"); } function resize() { window.external.Resize(600,600); } function log() { window.external.Log("Some logged text"); } function finished_loading() { window.external.PageFinishedLoading(); } </script> </body> </html>