-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 1.42 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 1.42 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Home | Daniel Demare</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<h1>Welcome to Daniel Demare Dot Com (or whatever)</h1>
</header>
<main>
<p>I am on a journey to learn some web technologies. Thank you for stopping by!</p>
<img alt="Daniel Demare and Mer skiing" src="dd.jpg" />
<h2>Let's Go Caps</h2>
<p>Below are links to some of my hockey history:</p>
<p>
<a href="https://www.hna.com/leagues/rosters_profile.cfm?clientid=2296&leagueID=5763&teamID=659944&showGameType=2&playerID=258895&printPage=0#tabs" target="_blank">The Beer (Regular Season)</a>
</p>
<p>
<a href="https://www.hna.com/leagues/rosters_profile.cfm?clientid=2296&leagueID=5763&teamID=659944&showGameType=3&playerID=258895&printPage=0#tabs" target="_blank">The Beer (Playoffs)</a>
</p>
<a href="https://www.washingtonpost.com/archive/local/2001/03/08/hockey/02ece438-9be0-4aaf-87b6-25da43f36c0a" target="_blank">MYHA (Washington Post)</a>
</p>
<h3>Golf is Also What's Up</h3>
<a href="golf.html">Read About Golf</a>
</main>
<footer>
©2026 | Daniel Demare Dot Com (or whatever)
</footer>
</body>
</html>