Revert "remoev http-equive (production build)"

This reverts commit 109ee55bba.
このコミットが含まれているのは:
たかし 2023-11-04 05:40:05 +00:00
コミット 6c3c916b82
3個のファイルの変更2行の追加8行の削除

ファイルの表示

@ -6,10 +6,8 @@
# - for local reading:
# ./make.sh -local
header=header.html
footer=footer.html
if [ $1 -a $1 = '-local' ]; then
header='header-local.html'
footer='footer-local.html'
fi
@ -24,8 +22,7 @@ cd src
for name in *.html; do
out=../www/$name
cat include/$header $name >> $out
cat include/header.html $name >> $out
# 目次以外にはフッターあり
if [ $name != index.html ]; then

ファイルの表示

@ -1,4 +0,0 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML i18n//EN">
<html lang="ja">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="./style.css">

ファイルの表示

@ -1,3 +1,4 @@
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML i18n//EN">
<html lang="ja">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="./style.css">