-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathleague.html
More file actions
30 lines (29 loc) · 781 Bytes
/
league.html
File metadata and controls
30 lines (29 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<html>
<head>
<meta name="viewport" content="width=680, initial-scale=0.5" />
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="container">
<div><u>Supports</u></div>
<br/>
<div><u>All In</u></div>
<div>Blitz</div>
<div>Thresh</div>
<div>Fiddlesticks</div>
<br/>
<div><u>Sustain</u></div>
<div>Soraka</div>
<div>Sona</div>
<div>Yuumi</div>
<br/>
<div><u>Poke</u></div>
<div>Lux</div>
<div>Brand</div>
<div>Bard</div>
<div>Fiddlesticks</div>
<div>Yuumi</div>
<br/>
</div>
</body>
</html>