From c5dc3763babe083c88dbc927f996fb1bdda80359 Mon Sep 17 00:00:00 2001 From: transtrike Date: Mon, 7 Dec 2020 22:37:08 +0200 Subject: Base line projects created --- Web/Views/Home/Index.cshtml | 8 ++++++++ Web/Views/Home/Privacy.cshtml | 6 ++++++ 2 files changed, 14 insertions(+) create mode 100644 Web/Views/Home/Index.cshtml create mode 100644 Web/Views/Home/Privacy.cshtml (limited to 'Web/Views/Home') diff --git a/Web/Views/Home/Index.cshtml b/Web/Views/Home/Index.cshtml new file mode 100644 index 0000000..08a5a5c --- /dev/null +++ b/Web/Views/Home/Index.cshtml @@ -0,0 +1,8 @@ +@{ + ViewData["Title"] = "Home Page"; +} + +
+

Welcome

+

Learn about building Web apps with ASP.NET Core.

+
diff --git a/Web/Views/Home/Privacy.cshtml b/Web/Views/Home/Privacy.cshtml new file mode 100644 index 0000000..a850e76 --- /dev/null +++ b/Web/Views/Home/Privacy.cshtml @@ -0,0 +1,6 @@ +@{ + ViewData["Title"] = "Privacy Policy"; +} +

@ViewData["Title"]

+ +

Use this page to detail your site's privacy policy.

-- cgit v1.2.3