diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-03 20:39:05 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2003-07-03 20:39:05 +0800 |
commit | fc8b2f454c143afe6358ff8e811d915dd19c85e3 (patch) | |
tree | 6a72b12c66475406574e46171037728028c0397a /staticweb/header.html | |
parent | 34e6536caf900ca1ee54d72dedb00fd2eb56bf89 (diff) | |
download | pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar.gz pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar.bz2 pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar.lz pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar.xz pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.tar.zst pttbbs-fc8b2f454c143afe6358ff8e811d915dd19c85e3.zip |
*** empty log message ***
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@1007 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
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> |