-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (19 loc) · 776 Bytes
/
index.html
File metadata and controls
21 lines (19 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Linkable USA Climbing Links - USAC</title>
<link href="https://fonts.googleapis.com/css?family=Work+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="usac.css">
</head>
<body>
<nav>
<img class="logo" src="http://www.usaclimbing.org/SharedSites/8/templates//images/logo.png"><h1>USA Climbing Result Links</h1>
</nav>
<section class="main">
<ul>
<li><a href="http://www.usaclimbing.org/scoring-and-results/results.htm?CEID=259" target="_blank">2020 Youth Bouldering National Championship</a></a></li>
</ul>
</section> </body>
</html>