-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwebsite.html
32 lines (30 loc) · 932 Bytes
/
website.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<a href="website.html">Home</a>
<a href="Tard.html">Our services for the mentally goofy</a>
<a href="counsel.html">Counseling</a>
<button><a href="#">Text HereStudent services</a></button>
<h1>Official Website of DCSD :D</h1>
<img src="head.gif" style="display:block; margin-left: auto; margin-right: auto;" width="1000px" height="70px">
<br />
<img src="logo.gif" width="500px" height="200px" >
<br />
<br />
<div class="transbg">
<p>
Hey guys this is official DCSD website! It is pretty cool I coded it all by myself!
</p>
<p>
I added some links to the top of the website. You can use them to see DCSD's awesome features.
</p>
</div>
<footer>
<img src="apache_pb.png" class="bottom">
<p class="bottom"> Powered by APACHE /p> </p>
</footer>
</body>
</html>