Initial commit.

This commit is contained in:
2026-03-10 21:25:26 +08:00
commit 78739bf725
3089 changed files with 472990 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
<?php
// File name: html401.inc.php
// Description: PHP subroutine for HTML 4.01 patterns
// Date: 2004-02-11
// Author: imacat <imacat@pristine.com.tw>
// Copyright: Copyright (C) 2004-2007 Pristine Communications
// ID or NAME. Section 6.2.
define("HTML401_ID", "[A-Za-z][A-Za-z\\d\\-_:\\.]*");
?>