-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathteam.html
More file actions
18 lines (18 loc) · 786 Bytes
/
team.html
File metadata and controls
18 lines (18 loc) · 786 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Team Members</title>
</head>
<body>
<h3>Team Members:</h3>
<ol>
<li>John Diggle <a href="https://arrow.fandom.com/wiki/John_Diggle"> / Spartan</a></li>
<li>Felicity Smoak <a href="https://en.wikipedia.org/wiki/Felicity_Smoak_(Arrowverse)"> / Overwatch</a></li>
<li>Laurel Lance <a href="https://en.wikipedia.org/wiki/Laurel_Lance_(Arrowverse)"> / Black Canary</a></li>
<li>Roy Harper <a href="https://hero.fandom.com/wiki/Roy_Harper_(Arrowverse)"> / Arsenal</a></li>
<li>Thea Queen <a href="https://dc.fandom.com/wiki/Thea_Queen_(Arrowverse)"> / Speedy</a></li>
</ol>
</body>
</html>