From 008513471c002cebee2f71208341679fbd25d239 Mon Sep 17 00:00:00 2001 From: Ulises Fox Peguero Date: Sun, 7 Aug 2022 20:29:59 -0500 Subject: [PATCH 1/3] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cc66884 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# HTTP-and-Forms-Studio +Launchcode studio From f24597cbd92c39b0ea42d6cfe0033e5494e28136 Mon Sep 17 00:00:00 2001 From: Ulises Fox Peguero Date: Mon, 8 Aug 2022 12:04:19 -0500 Subject: [PATCH 2/3] Html structure finished. --- index.html | 44 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index d78a52c..76c534d 100644 --- a/index.html +++ b/index.html @@ -1,19 +1,53 @@ + HTTP and Forms Studio +
- + + + + + +
\ No newline at end of file From c1922fb09f743e8bf02a92c5a88d2ea9027ce3ae Mon Sep 17 00:00:00 2001 From: UlisesPeguero Date: Mon, 8 Aug 2022 19:40:31 -0500 Subject: [PATCH 3/3] Finished Studio --- .gitignore | 1 + index.html | 52 +++++++++++++++++++++++++++++++++++++++++++++++----- 2 files changed, 48 insertions(+), 5 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..600d2d3 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.vscode \ No newline at end of file diff --git a/index.html b/index.html index d78a52c..2bba04c 100644 --- a/index.html +++ b/index.html @@ -1,19 +1,61 @@ + HTTP and Forms Studio +
- + + + + + +
\ No newline at end of file