From a54087b5a5d9ab4abe3661d81ddf75c5acd3e920 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 23 Jul 2018 19:24:15 +0000 Subject: [PATCH] --- .vscode/launch.json | 2 +- Pages/Contact.cshtml | 6 +++- Pages/Contact.cshtml.cs | 57 +++++++++++++++++++++++++++++++++---- Pages/Shared/_Layout.cshtml | 12 +++++++- appsettings.json | 6 +++- notes | 14 +++++---- 6 files changed, 83 insertions(+), 14 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e258d30..da9dadb 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -20,7 +20,7 @@ "args": "${auto-detect-url}", "windows": { "command": "cmd.exe", - "args": "/C start ${auto-detect-url}" + "args": "/C start http://localhost:3002/contact" }, "osx": { "command": "open" diff --git a/Pages/Contact.cshtml b/Pages/Contact.cshtml index 121f731..0035789 100644 --- a/Pages/Contact.cshtml +++ b/Pages/Contact.cshtml @@ -92,11 +92,15 @@ + +
+
- +
+