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.
47 lines
1.0 KiB
47 lines
1.0 KiB
@page "/episodes"
|
|
|
|
<h2>Episodes</h2>
|
|
|
|
<ul>
|
|
<li>
|
|
<a href="https://www.bbc.co.uk/programmes/p00vfknq">
|
|
<em>The Ribos Operation</em>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://www.bbc.co.uk/programmes/p00vfdsb">
|
|
<em>The Sun Makers</em>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://www.bbc.co.uk/programmes/p00vhc26">
|
|
<em>Nightmare of Eden</em>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
<body>
|
|
<div id="app">
|
|
<header>
|
|
<h1>Doctor Who™ Episode Database</h1>
|
|
</header>
|
|
|
|
<nav>
|
|
<a href="main-list">Main Episode List</a>
|
|
<a href="search">Search</a>
|
|
<a href="new">Add Episode</a>
|
|
</nav>
|
|
|
|
<h2>Episodes</h2>
|
|
|
|
<ul>
|
|
<li>...</li>
|
|
<li>...</li>
|
|
<li>...</li>
|
|
</ul>
|
|
|
|
<footer>
|
|
Doctor Who is a registered trademark of the BBC.
|
|
https://www.doctorwho.tv/
|
|
</footer>
|
|
</div>
|
|
</body> |