diff options
| author | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-01-08 17:01:30 -0500 |
|---|---|---|
| committer | Alexander Pickering <Alexander.Pickering@anondomain.site90.net> | 2016-01-08 17:01:30 -0500 |
| commit | dc7ebb7b4094fa59291264146d7d27a113df9ec3 (patch) | |
| tree | cb356caa18d3c5ab715ffc3589e9b88ca7d4b708 | |
| parent | 59f92005a69a7a7b84f0e18cdca7efa5310611df (diff) | |
| download | webpage-dc7ebb7b4094fa59291264146d7d27a113df9ec3.tar.gz webpage-dc7ebb7b4094fa59291264146d7d27a113df9ec3.tar.bz2 webpage-dc7ebb7b4094fa59291264146d7d27a113df9ec3.zip | |
Added recipe parts
| -rw-r--r-- | fileparts/footer.html | 2 | ||||
| -rw-r--r-- | fileparts/recipebot.html | 3 | ||||
| -rw-r--r-- | fileparts/recipestop.html (renamed from fileparts/recipes.html) | 1 | ||||
| -rw-r--r-- | recipes.sh | 3 |
4 files changed, 7 insertions, 2 deletions
diff --git a/fileparts/footer.html b/fileparts/footer.html index 0c96a0c..bef06d4 100644 --- a/fileparts/footer.html +++ b/fileparts/footer.html @@ -1,6 +1,6 @@ <footer> <id> - Page last modified on 12/19/15 - Contact the admin at <a href="mailto:admin@cogarr.org">admin@cogarr.org</a> + Page last modified on 1/1/8 - Contact the admin at <a href="mailto:admin@cogarr.org">admin@cogarr.org</a> </id> </footer> </html> diff --git a/fileparts/recipebot.html b/fileparts/recipebot.html new file mode 100644 index 0000000..90ef369 --- /dev/null +++ b/fileparts/recipebot.html @@ -0,0 +1,3 @@ +</ul> +</body> +<id><hr><br/></id> diff --git a/fileparts/recipes.html b/fileparts/recipestop.html index f633b1e..410aae2 100644 --- a/fileparts/recipes.html +++ b/fileparts/recipestop.html @@ -9,3 +9,4 @@ <li>Tool (must be in inventory)</li> </ul> </id> + <ul type="disc"> @@ -10,6 +10,7 @@ if ! ( cmp recipelast.txt recipenow.txt ) then fi cat ./fileparts/header.html -cat ./fileparts/recipes.html +cat ./fileparts/recipestop.html cat ./fileparts/ws_recipedata.txt +cat ./fileparts/ws_recipebot.html cat ./fileparts/footer.html |
