diff --git a/OliverBooth/Pages/Donate.cshtml b/OliverBooth/Pages/Donate.cshtml new file mode 100644 index 0000000..93c81ea --- /dev/null +++ b/OliverBooth/Pages/Donate.cshtml @@ -0,0 +1,27 @@ +@page "/{culture=en}/donate" +@using Microsoft.AspNetCore.Mvc.Localization +@inject IViewLocalizer Localizer +@{ + ViewData["Title"] = "Donate"; +} + +

@Localizer["Donate"]

+

@Localizer["DonatePart1"]

+ +

+ + +

+ +

+ + Buy Me A Coffee + +

+ +

@Localizer["DonatePart2"]

+ + \ No newline at end of file