mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-21 22:11:22 +03:00
13 lines
253 B
HTML
13 lines
253 B
HTML
<html>
|
|
<head><title>Insuficient parameters error</title></head>
|
|
<body>
|
|
<h1>Insuficient parameters error</h1>
|
|
<p>Before</p>
|
|
<noscript><p>Javascript is disabled</p></noscript>
|
|
<script>
|
|
document.createComment();
|
|
</script>
|
|
<p>Afterwards</p>
|
|
</body>
|
|
</html>
|