Files
emacs/snippets/html-mode/doctype
2024-04-30 07:08:23 +02:00

5 lines
167 B
Plaintext

# -*- mode: snippet -*-
# name: Doctype HTML 4.01 Strict
# group : meta
# --
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">