diff --git a/src/webapp01/Pages/About.cshtml b/src/webapp01/Pages/About.cshtml new file mode 100644 index 0000000..a5cb288 --- /dev/null +++ b/src/webapp01/Pages/About.cshtml @@ -0,0 +1,71 @@ +@page +@model AboutModel +@{ + ViewData["Title"] = "About GitHub Advanced Security"; +} + +
+ GitHub Advanced Security (GHAS) is a suite of security features that help you identify and fix vulnerabilities in your code. + It provides tools to improve your security posture and protect your software development lifecycle. +
+ ++ With GitHub Advanced Security, teams can: +
++ Learn more about GHAS at GitHub's security features page. +
+Learn about building Web apps with ASP.NET Core.
+Visit our About GHAS page to learn about GitHub Advanced Security features.