-
Notifications
You must be signed in to change notification settings - Fork 0
/
bottom.html
31 lines (27 loc) · 943 Bytes
/
bottom.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
<!-- shared page bottom HTML -->
<div>
<p>
This page is for single nerds to meet and date each other! Type in your personal information and wait for the nerdly luv to begin! Thank you for using our site.
</p>
<p>
Results and page (C) Copyright NerdLuv Inc.
</p>
<ul>
<li>
<a href="index.php">
<img src="http://www.cs.washington.edu/education/courses/cse190m/12sp/homework/4/back.gif" alt="icon" />
Back to front page
</a>
</li>
</ul>
</div>
<div id="w3c">
<a href="https://webster.cs.washington.edu/validate-html.php">
<img src="http://www.cs.washington.edu/education/courses/cse190m/12sp/homework/4/w3c-html.png" alt="Valid HTML" />
</a>
<a href="https://webster.cs.washington.edu/validate-css.php">
<img src="http://www.cs.washington.edu/education/courses/cse190m/12sp/homework/4/w3c-css.png" alt="Valid CSS" />
</a>
</div>
</body>
</html>