blob: 14ee1de7a0e4bb3339eeaf790e8aadd4cb048ba6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#------------------------------------------------------------------------------
# html: file(1) magic for HTML (HyperText Markup Language) docs
#
# from Daniel Quinlan <quinlan@yggdrasil.com>
#
0 string \<HEAD HTML document text (old type)
0 string \<head HTML document text (old type)
0 string \<TITLE HTML document text (old type)
0 string \<title HTML document text (old type)
0 string \<html HTML document text
0 string \<HTML HTML document text
0 string \<! HTML document text
0 string \<h1 Untitled HTML document text
0 string \<H1 Untitled HTML document text
|