Update HTML2 snippet

This commit is contained in:
Seth Morabito 2021-11-05 10:45:18 -07:00
parent a47053874b
commit 112fe89c87
1 changed files with 3 additions and 0 deletions

View File

@ -3,9 +3,12 @@
#group : html
# --
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML>
<HEAD>
<TITLE>$1</TITLE>
<META http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
</HEAD>
<BODY>
$0
</BODY>
</HTML>