-
Notifications
You must be signed in to change notification settings - Fork 0
/
About Us.html
77 lines (56 loc) · 1.11 KB
/
About Us.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Little Hands Daycare</title>
<link rel="stylesheet" type="text/css" href="Logo2.css">
</head>
<body>
<div id="Titlecont">
<div id="Picture">
<img src="LogoPicture.png" width=60 height=60>
</div>
<div id="Title">
<h1>Little Hands Daycare</h1>
</div>
<div id="Motto">
<p> "It takes a village to raise a child" </p>
</div>
</div>
<div id="Button">
<a href="Computer SciencesWE.html">
<button type="button">
Home
</button>
</a>
<a href="About Us.html">
<button type="button">
About
</button>
</a>
<a href="Timer.html">
<button type="button">
Timer
</button>
</a>
<a href="Register.html">
<button type="button">
Register
</button>
</a>
<a href="Schedule.html">
<button type="button">
Events
</button>
</a>
</div>
<br>
<div id="main3">
<br>
<ul><h1>About Us </h1>
Under development
<h1>Our Mission:</h1>
Under development
</div>
</body>
</html>