Upload ruck
This commit is contained in:
22
RecordMyRuck/Views/Shared/_Layout.cshtml
Normal file
22
RecordMyRuck/Views/Shared/_Layout.cshtml
Normal file
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Record My Ruck</title>
|
||||
</head>
|
||||
<body>
|
||||
<header>
|
||||
<h1>Record My Ruck</h1>
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a asp-controller="Home" asp-action="Index">Home</a></li>
|
||||
<li><a asp-controller="Ruck" asp-action="New">Record ruck</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
</header>
|
||||
<hr />
|
||||
<content>
|
||||
@RenderBody()
|
||||
</content>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user