diff --git a/song_of_the_day/Pages/Privacy.cshtml b/song_of_the_day/Pages/Privacy.cshtml
deleted file mode 100644
index 5c16860..0000000
--- a/song_of_the_day/Pages/Privacy.cshtml
+++ /dev/null
@@ -1,8 +0,0 @@
-@page
-@model PrivacyModel
-@{
- ViewData["Title"] = "Privacy Policy";
-}
-
@ViewData["Title"]
-
-
Use this page to detail your site's privacy policy.
diff --git a/song_of_the_day/Pages/Privacy.cshtml.cs b/song_of_the_day/Pages/Privacy.cshtml.cs
deleted file mode 100644
index ae6f36e..0000000
--- a/song_of_the_day/Pages/Privacy.cshtml.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-using Microsoft.AspNetCore.Mvc;
-using Microsoft.AspNetCore.Mvc.RazorPages;
-
-namespace sotd.Pages;
-
-public class PrivacyModel : PageModel
-{
- private readonly ILogger
_logger;
-
- public PrivacyModel(ILogger logger)
- {
- _logger = logger;
- }
-
- public void OnGet()
- {
- }
-}
-
diff --git a/song_of_the_day/Pages/Shared/_Layout.cshtml b/song_of_the_day/Pages/Shared/_Layout.cshtml
index 7ed56f3..90e1c82 100644
--- a/song_of_the_day/Pages/Shared/_Layout.cshtml
+++ b/song_of_the_day/Pages/Shared/_Layout.cshtml
@@ -13,7 +13,7 @@