18 lines
262 B
HTML
18 lines
262 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<title>Test for view source</title>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<!--
|
|
this is a multi-line comment
|
|
-->
|
|
|
|
<script class="testbody" type="text/javascript">
|
|
// This is a script comment / text.
|
|
</script>
|
|
|
|
</body>
|
|
</html>
|