题如其名,直接查看网页源码就可以看到flag

    1. <!DOCTYPE html>
    2. <html lang="en">
    3. <head>
    4. <meta charset="UTF-8">
    5. <title>Where is the FLAG</title>
    6. </head>
    7. <body>
    8. <script>
    9. document.oncontextmenu=new Function("return false")
    10. document.onselectstart=new Function("return false")
    11. </script>
    12. <h1>FLAG is not here</h1>
    13. <!-- cyberpeace{e95da8701b54f322c3800cb7e3bb07ba} -->
    14. </body>
    15. </html>