HTML Editor
<!DOCTYPE html> <html lang="en-US"> <head> <meta http-equiv="Content-Security-Policy" content="default-src https:"> </head> <body> <p>Load the following image only over https.</p> <img src="books.png"> </body> </html>
OUTPUT
×

Save as Private