diff options
| author | transtrike <transtrike@gmail.com> | 2020-12-07 22:37:08 +0200 |
|---|---|---|
| committer | transtrike <transtrike@gmail.com> | 2020-12-07 22:37:08 +0200 |
| commit | c5dc3763babe083c88dbc927f996fb1bdda80359 (patch) | |
| tree | 814677cfb2c822d2e021a8aef66cee4fba924507 /Web/Views/Home | |
| parent | 4e6ef3968021b7a1059b5abda034db8eabb50907 (diff) | |
| download | DevHive-c5dc3763babe083c88dbc927f996fb1bdda80359.tar DevHive-c5dc3763babe083c88dbc927f996fb1bdda80359.tar.gz DevHive-c5dc3763babe083c88dbc927f996fb1bdda80359.zip | |
Base line projects created
Diffstat (limited to 'Web/Views/Home')
| -rw-r--r-- | Web/Views/Home/Index.cshtml | 8 | ||||
| -rw-r--r-- | Web/Views/Home/Privacy.cshtml | 6 |
2 files changed, 14 insertions, 0 deletions
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";
+}
+
+<div class="text-center">
+ <h1 class="display-4">Welcome</h1>
+ <p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
+</div>
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";
+}
+<h1>@ViewData["Title"]</h1>
+
+<p>Use this page to detail your site's privacy policy.</p>
|
