mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05:00
15 lines
265 B
HTML
15 lines
265 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title><noscript></title>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
alert("Scripting is enabled!");
|
|
</script>
|
|
<noscript>
|
|
Scripting is disabled!
|
|
</noscript>
|
|
</body>
|
|
</html>
|