-
Notifications
You must be signed in to change notification settings - Fork 0
/
SportFit.html
57 lines (41 loc) · 1.45 KB
/
SportFit.html
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>bio</title>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Montserrat&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=KoHo:wght@300&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=New+Tegomin&display=swap" rel="stylesheet">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Josefin+Slab&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet"
href="http://unpkg.com/[email protected]/dist/leaflet.css">
<script
src="http://unpkg.com/[email protected]/dist/leaflet.js"></script>
</head>
<style>
</style>
<header>
<div class="titletext">
<h2>Lydia Youngblood</h2>
</div>
<nav>
<ul>
<li><a href="carto.html">carto</a></li>
<li><a href="photo.html">photo</a></li>
<li><a href="bio.html">bio</a></li>
</ul>
</nav>
</header>
<main>
More coming soon on this page about the project.
<script>
</script>
</main>
</html>