diff options
author | msglm <msglm@techchud.xyz> | 2023-01-14 05:31:48 -0600 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2023-01-14 05:31:48 -0600 |
commit | 9d53d8857eaa1c9405894a88ca75bc4657e42f35 (patch) | |
tree | eb1efc1d028b949dd83bb710c68be8eff58f26e7 /HTML/Final/sneed/purchase/Rice-Seeds.html | |
download | school-code-master.tar.gz school-code-master.tar.bz2 school-code-master.zip |
Diffstat (limited to 'HTML/Final/sneed/purchase/Rice-Seeds.html')
-rw-r--r-- | HTML/Final/sneed/purchase/Rice-Seeds.html | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/HTML/Final/sneed/purchase/Rice-Seeds.html b/HTML/Final/sneed/purchase/Rice-Seeds.html new file mode 100644 index 0000000..1c29777 --- /dev/null +++ b/HTML/Final/sneed/purchase/Rice-Seeds.html @@ -0,0 +1,59 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <title>Sneed's Feed and Seed - Rice Seeds</title> + <meta charset="utf-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="stylesheet" href=../style.css> + <link rel="shortcut icon" href="../assets/Iconography/favicon.png" type="image/png"> + </head> + <body> + <div id=wrapper> + <header> + <img width=91 alt="The logo of Sneed's Feed and Seed. It has a red hat with the title of the company on it." src="../assets/Iconography/logo-small.png"> + + <div> + <h1>Sneed's Feed and Seed</h1> + <p id=headercaption>Formerly Chuck's</p> + </div> + </header> + <nav> + <ul> + <li><a href="../index.html">Home</a></li> + <li><a href="../store.html">Store</a></li> + <li><a href="../legal.html">Legal</a></li> + <li><a href="../about.html">About</a></li> + </ul> + </nav> + <main> + <div id=purchase-image> + <img alt="Button to navigate to the purchase form" class=purchase-button src=../assets/Plants/Oryza_sativa_of_Kadavoor.jpg> + </div> + <div id=purchase-desc> + <h1>Rice Seeds</h1> + <a href=../purchase-form.html> + <img alt="A photo of Rice Seeds" src="../assets/Iconography/purchase.png"> + </a> + <h3>$3</h3> + <p><span class=ai title='This text is generated by a bot to cut down on development time! Any mistakes or insanity in the text should be taken with that fact in mind. See the About section for more information.'>Rice is a very good plant, and it is easy to grow in the ground. You can also grow it in the garden if you have the space. + +It is also a very good plant to raise chicks in. The chicks can eat rice and they will grow up to be sturdy and strong chickens. + +Coconut + +Coconut (Cocos nucifera) is a tropical fruit that has been used around the world since ancient times. Coconut is usually eaten as a fruit, especially in Asia. It is also a good source of energy for humans. It is a good source of dietary fiber, potassium and vitamin B6. + +Coconut is a good source of fiber and potassium. It is also a good source of vitamin B6. It is extremely nutritious and can be used for weight management. + +It is also very high in vitamins A and C. It is a good source of protein and is very useful for muscle growth.</span></p> + + </div> + </main> + <footer> + <p>Copyleft <span class=copyleft>©</span> - <a href=https://creativecommons.org/licenses/by-sa/4.0/>CC-BY-SA 4.0</a></p> + <small><a href=mailto:msglm@techchud.xyz>msglm</a></small> + <small><i>Last Updated April 28th 2022</i></small> + </footer> + </div> + </body> +</html> |