mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 18:32:28 -05:00
16 lines
265 B
HTML
16 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>
|