-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 892 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<title>Dowling: Home</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./asset/css/style.css">
</head>
<body>
<h2>Introduction</h2>
<p>I'm David Dowling, age 55, husband and father of two, LCC student, and <a href="https://dowlingdata.com" target="_blank">IT business</a> sole proprietor.</p>
<h2>Exercises</h2>
<ul>
<li><a href="./exercise/004.html">Exercise 4</a></li>
<li><a href="./exercise/005.html">Exercise 5</a></li>
<li><a href="./exercise/006.html">Exercise 6</a></li>
<li><a href="./exercise/007.html">Exercise 7</a></li>
<li><a href="./exercise/008.html">Exercise 8</a></li>
<li><a href="./exercise/009.html">Exercise 9</a></li>
<li><a href="./exercise/010.html">Exercise 10</a></li>
</ul>
</body>
</html>