diff options
| author | Alexander Pickering <Apickx@cogarr.org> | 2016-01-08 14:11:15 -0500 |
|---|---|---|
| committer | Alexander Pickering <Apickx@cogarr.org> | 2016-01-08 14:11:15 -0500 |
| commit | b71bf0152aa91e94eb65880eda609db9494f20cf (patch) | |
| tree | 355905dc1a510094cac965f227e77552d9e46ed7 | |
| parent | 9c5ff673df488c5b3fbece8eeb2259dc60cd83dd (diff) | |
| parent | 7a24a857df26b5ea7edc74b597ee4b4275cfba84 (diff) | |
| download | webpage-b71bf0152aa91e94eb65880eda609db9494f20cf.tar.gz webpage-b71bf0152aa91e94eb65880eda609db9494f20cf.tar.bz2 webpage-b71bf0152aa91e94eb65880eda609db9494f20cf.zip | |
Merge branch 'development'
| -rw-r--r-- | fileparts/recipes.html | 11 | ||||
| -rw-r--r-- | recipes.sh | 6 |
2 files changed, 17 insertions, 0 deletions
diff --git a/fileparts/recipes.html b/fileparts/recipes.html new file mode 100644 index 0000000..f633b1e --- /dev/null +++ b/fileparts/recipes.html @@ -0,0 +1,11 @@ +<id><hr><br/></id> +<id><img style="width:32px" src="icon_recipes.png"><br/><br/></id> +<body> + <id> + <ul type="circle"> + <li>Ingredient</li> + </ul> + <ul type="square"> + <li>Tool (must be in inventory)</li> + </ul> + </id> diff --git a/recipes.sh b/recipes.sh new file mode 100644 index 0000000..84f75d7 --- /dev/null +++ b/recipes.sh @@ -0,0 +1,6 @@ +echo "Content-type: text/html" +echo "" + +cat ./fileparts/header.html +cat ./fileparts/recipes.html +cat ./fileparts/footer.html |
