diff options
Diffstat (limited to 'staticweb/header.html')
-rw-r--r-- | staticweb/header.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/staticweb/header.html b/staticweb/header.html new file mode 100644 index 00000000..465e9ff7 --- /dev/null +++ b/staticweb/header.html @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="Big5"?> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> + +<html xmlns="http://www.w3.org/1999/xhtml" + xml:lang="zh_TW" lang="zh_TW"> +<head> + <title>§å½ð½ð¹ê·~§{</title> + <meta http-equiv="Content-Type" + content="text/html; charset=big5" /> + <meta name="generator" content="pttMan" /> + <meta name="robots" content="all" /> + <link rel="stylesheet" href="/styles.css" type="text/css" /> +</head> +<body> |