-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 979 Bytes
/
Copy pathindex.html
File metadata and controls
26 lines (26 loc) · 979 Bytes
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
<!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>The Playful Dachshund</title>
<link href="styles/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Special+Elite" rel="stylesheet">
</head>
<body>
<h1>The Dachshund</h1>
<img src="images/dachshund.png" alt="A Dachshund">
<p>The Dachshund is a very loving animal. It is playful and loyal. The Dachshund has an inate <a href="https://en.wikipedia.org/wiki/Dachshund">hunting</a> instinct, and was bred to go down badger holes.
</p>
<p>The Dachsund can be found in two different sizes, minuture and standard.</p>
<p>Dachshund key attributes are:</p>
<ul>
<li>Playful</li>
<li>Loyal</li>
<li>Energetic</li>
</ul>
<button>Change user</button>
<script src="scripts/main.js"></script>
</body>
</html>