-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwalker.html
More file actions
45 lines (39 loc) · 1016 Bytes
/
walker.html
File metadata and controls
45 lines (39 loc) · 1016 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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!DOCTYPE html>
<html lang="en">
<link rel="stylesheet" href="waggStyle.css">
<head>
<meta
charset="UTF-8"/>
<title>
Wagg.ly
</title>
<meta
name="description"
content="Profile for Wagg.ly"/>
</head>
<body>
<h1>Wagg.ly Profile</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 Walker</h2>
<h3>
Walks Timetable
</h3>
<p>List days of the week along the top
Times along the side
And dogs being walked in the box
Make the box as big as the time of the walk
<br>
Click each box for details such as where to meet/ pickup dogs
</p>
</div>
</body>
</html>