mirror of
https://github.com/RGBCube/serenity
synced 2025-05-20 15:55:09 +00: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>
|