| <html> | |
| <head> | |
| <meta name="viewport" content="width=device-width" /> | |
| <noscript> | |
| <title>Page with Script Disabled</title> | |
| <link rel="stylesheet" href="noscript_test.css"> | |
| </noscript> | |
| <script>document.title='Page with Script Enabled and Executed';</script> | |
| </head> | |
| <body> | |
| <p>Test page for NoScript Previews.</p> | |
| <script src="noscript_test.js"></script> | |
| </body> | |
| </html> |