-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (25 loc) · 936 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 lang="en-US">
<head>
<link href="styles/style.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" />
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>wonton test page</title>
</head>
<body>
<h1>Wonton</h1>
<img src="images/wonton.png" alt="wonton: the cutest cat. she is covered in fur" style="width: 400px;" />
<p>Wonton is the best <a href="https://www.britannica.com/animal/cat">cat</a> because she is: </p>
<ul>
<li>inquisitive</li>
<li>playful</li>
<li>authentic</li>
</ul>
<p>She is expressive in her interior decorating abilities.</p>
<p>Everyday I learn something new from her.</p>
<p>I try to incorporate the lessons into my daily life.</p>
<button>Change user</button>
<script src="scripts/main.js"></script>
</body>
</html>