presentations/highlight-js/test/detect/vbscript-html/default.txt

7 lines
78 B
Text

<body>
<%
If i < 10 Then
response.write("Good morning!")
End If
%>
</body>