You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
440 B
23 lines
440 B
@inherits LayoutComponentBase
|
|
|
|
<header>
|
|
<h1>Doctor Who™ Episode Database</h1>
|
|
</header>
|
|
|
|
<nav>
|
|
<a href="masterlist">Master Episode List</a>
|
|
<a href="search">Search</a>
|
|
<a href="new">Add Episode</a>
|
|
</nav>
|
|
|
|
@Body
|
|
|
|
<footer>
|
|
@TrademarkMessage
|
|
</footer>
|
|
|
|
@code {
|
|
public string TrademarkMessage { get; set; } =
|
|
"Doctor Who is a registered trademark of the BBC. " +
|
|
"https://www.doctorwho.tv/";
|
|
} |