-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·25 lines (23 loc) · 945 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
24
25
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>My test page</title>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
</head>
<body>
<h1>This is our favorite type of dog!!</h1>
<img src="images/belgian-malinois-picture.jpeg" alt="My test image">
<p>Working on building websites is going to help me and my husband get our dream of living at the beach and owning and raising multiple Belgian Malinois and Shih Tzu's!!</p>
<p>As Van Etten's, we are madly in love with a couple of dog types:</p>
<ul>
<li>Belgian Malinois</li>
<li>Shih Tzus</li>
</ul>
<p>we will never own another type of dog!!</p>
<a href="http://www.code12labs.com/maintenance/index.html">Click here for our Van Etten Future</a>
<button>Change user</button>
<script src="scripts/main.js"></script>
</body>
</html>