From 11105976503e15388986a0d3b9cf211e6f9695cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=83=86=E3=82=AF=E3=83=8B=E3=82=AB=E3=83=AB=E8=AB=8F?= =?UTF-8?q?=E8=A8=AA=E5=AD=90?= Date: Wed, 8 Feb 2023 01:42:28 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=91=E3=83=BC=E3=83=88=EF=BC=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- make.sh | 11 +++++++++++ src/include/footer.html | 7 +++++++ src/include/header.html | 8 ++++++++ src/include/menu.html | 5 +++++ src/index.html | 2 ++ src/style.css | 29 +++++++++++++++++++++++++++++ src/toiawase.html | 5 +++++ www/index.html | 22 ++++++++++++++++++++++ www/style.css | 29 +++++++++++++++++++++++++++++ www/toiawase.html | 25 +++++++++++++++++++++++++ 10 files changed, 143 insertions(+) create mode 100755 make.sh create mode 100644 src/include/footer.html create mode 100644 src/include/header.html create mode 100644 src/include/menu.html create mode 100644 src/index.html create mode 100644 src/style.css create mode 100644 src/toiawase.html create mode 100644 www/index.html create mode 100644 www/style.css create mode 100644 www/toiawase.html diff --git a/make.sh b/make.sh new file mode 100755 index 0000000..0f1d633 --- /dev/null +++ b/make.sh @@ -0,0 +1,11 @@ +#!/bin/sh +rm -rf www/* +cp -v src/style.css www +cd src + +for name in *.html; do + cat include/header.html include/menu.html $name include/footer.html >> ../www/$name + echo "'src/$name' -> 'www/$name'" +done + +cd .. diff --git a/src/include/footer.html b/src/include/footer.html new file mode 100644 index 0000000..4e85d4e --- /dev/null +++ b/src/include/footer.html @@ -0,0 +1,7 @@ +
+
+ クソガキ株式会社 +
+ + + diff --git a/src/include/header.html b/src/include/header.html new file mode 100644 index 0000000..9899d07 --- /dev/null +++ b/src/include/header.html @@ -0,0 +1,8 @@ + + + + + クソガキ株式会社 + + + diff --git a/src/include/menu.html b/src/include/menu.html new file mode 100644 index 0000000..d14ba22 --- /dev/null +++ b/src/include/menu.html @@ -0,0 +1,5 @@ + +
diff --git a/src/index.html b/src/index.html new file mode 100644 index 0000000..743069c --- /dev/null +++ b/src/index.html @@ -0,0 +1,2 @@ +

クソガキ株式会社へようこそ

+ 私達のサービスはクソ物凄いだぜ!! diff --git a/src/style.css b/src/style.css new file mode 100644 index 0000000..9b8f71e --- /dev/null +++ b/src/style.css @@ -0,0 +1,29 @@ +body { + background: #000; + color: #fff; + margin: 0; +} + +a { + color: #666; +} + +.menu { + background: #444; + font-size: 14px; + padding: 8px; + margin-bottom: 12px; +} + +.menu > a { + color: #ea44fb; +} + +.container { + background: #00f; + border: 1px solid #77a; + margin: auto; + width: 100%; + max-width: 1200px; + padding: 4px; +} diff --git a/src/toiawase.html b/src/toiawase.html new file mode 100644 index 0000000..cfd8fb8 --- /dev/null +++ b/src/toiawase.html @@ -0,0 +1,5 @@ +

問い合わせ

+ クソガキ株式会社
+ 地獄県鬼市死亡街6丁目6-6 サタンパレス666階
+ 最寄り駅:JL神様線 死後駅 徒歩約5ヶ月
+ エレベーターがありません。 diff --git a/www/index.html b/www/index.html new file mode 100644 index 0000000..a881024 --- /dev/null +++ b/www/index.html @@ -0,0 +1,22 @@ + + + + + クソガキ株式会社 + + + + +
+

クソガキ株式会社へようこそ

+ 私達のサービスはクソ物凄いだぜ!! +
+
+ クソガキ株式会社 +
+
+ + diff --git a/www/style.css b/www/style.css new file mode 100644 index 0000000..9b8f71e --- /dev/null +++ b/www/style.css @@ -0,0 +1,29 @@ +body { + background: #000; + color: #fff; + margin: 0; +} + +a { + color: #666; +} + +.menu { + background: #444; + font-size: 14px; + padding: 8px; + margin-bottom: 12px; +} + +.menu > a { + color: #ea44fb; +} + +.container { + background: #00f; + border: 1px solid #77a; + margin: auto; + width: 100%; + max-width: 1200px; + padding: 4px; +} diff --git a/www/toiawase.html b/www/toiawase.html new file mode 100644 index 0000000..fde9984 --- /dev/null +++ b/www/toiawase.html @@ -0,0 +1,25 @@ + + + + + クソガキ株式会社 + + + + +
+

問い合わせ

+ クソガキ株式会社
+ 地獄県鬼市死亡街6丁目6-6 サタンパレス666階
+ 最寄り駅:JL神様線 死後駅 徒歩約5ヶ月
+ エレベーターがありません。 +
+
+ クソガキ株式会社 +
+
+ +