Files
kotlin-fork/idea/resources/fileTemplates/internal/Kotlin File.kt.html
T
2012-01-12 14:01:53 +04:00

14 lines
320 B
HTML

<html>
<body>
<table border="0" cellpadding="2" cellspacing="0" style="border-collapse: collapse">
<tr>
<td colspan="3">
<font face="verdana" size="-1">
This is a built-in template used by <b>IDEA</b> each time you create a
Kotlin file
</font>
</td>
</tr>
</table>
</body>
</html>