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

8 lines
78 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
<body>
<%
If i < 10 Then
response.write("Good morning!")
End If
%>
</body>