diff --git a/Norman.png b/Norman.png new file mode 100644 index 0000000000000000000000000000000000000000..1038fdbb7c424b4168dea58b26cba2d5a76cd301 Binary files /dev/null and b/Norman.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..0eb864443ba4f5e2b149c983227ee4df0d56f5e2 --- /dev/null +++ b/index.html @@ -0,0 +1,35 @@ +<!DOCTYPE html> + <HTML> + <head> + <title> Love Dogs Post </title> + <center> + <h1> <strong> Love Dogs Post </strong> <h1> + </center> + </head> + <body> + <p> + <h4> Welcome to Love Dogs Post! Follow these steps to get started! </h4> + <ol> + <li> Submit a picture of your dog and a caption in the form below. </li> + <li> Let Love Dogs Post process your post. </li> + <li> View your post in the feed! </li> + </ol> + </p> + <form> + <label for= "Upload Picture"> Upload Picture </label> + <input type="file" name="myimage" id="Upload Picture"> <br> <br> + <label for="Caption"> Caption </label> + <input type= "textarea" name= "caption" id= "caption"> + <input type="submit" name="submit"> + </form> + <p> + <h2> Feed </h2> + <img src="./img/Norman.png" alt="Norman" width= "400px" height="300px"/> <br> + <text> Norman is soaking up the sun! </text> + </p> + + </body> + + + </HTML> +</!DOCTYPE html>