-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathowner.html
More file actions
47 lines (43 loc) · 1.08 KB
/
owner.html
File metadata and controls
47 lines (43 loc) · 1.08 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
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="waggStyle.css">
<head>
<meta
charset="UTF-8"/>
<title>
Wagg.ly
</title>
<meta
name="description"
content="HomePage for Wagg.ly"/>
</head>
<body>
<h1>Wagg.ly Hopepage</h1>
<nav>
<u1>
<li><a href="/">Home</a></li>
<li><a href="/">Profile</a></li>
<li><a href="/">Dogs</a></li>
<li><a href="/">Walks</a></li>
<li><a href="loginpage.html">Logout</a></li>
</u1>
</nav>
<div>
<h2> Weclome Nameless Owner</h2>
<u1>
<h3>Dogs</h3>
<li><a href="/">Dog name</a></li>
<li><a href="/">Dog name</a></li>
</u1>
<h3>
Walks Timetable
</h3>
<p>Have a drop down for each dog
List days of the week along the top
Times along the side
And person walking in the box
Make the box as big as the time of the walk
</p>
</div>
</body>
</html>