delete HEAD and BODY

このコミットが含まれているのは:
たかし 2023-07-03 15:27:47 +00:00
コミット 2ba4189f32
3個のファイルの変更1行の追加6行の削除

ファイルの表示

@ -10,10 +10,7 @@ cd src
for name in *.html; do
out=../www/$name
cat include/header.html >> $out
# titleタグの次の行にbodyの開始タグを追加
sed '/^<title>/r include/body.html' $name >> $out
cat include/header.html $name >> $out
# 目次以外にはフッターあり
if [ $name != index.html ]; then

ファイルの表示

@ -1 +0,0 @@
<body>

ファイルの表示

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