-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcontact.html
73 lines (56 loc) · 1.65 KB
/
contact.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
<html>
<head>
<link rel="stylesheet" href="visualPages.css">
<title> Data Structure Visualization </title>
<link rel="shortcut icon" href="favicon.ico" />
</head>
<body>
<div class="container">
<div class="header"><h1>Data Structure Visualizations</h1> </div>
<div class="menu">
<ul>
<li> <a href="about.html">About</a> </li>
<li> <a href="Algorithms.html">Algorithms</a> </li>
<li> <a href="faq.html"> F.A.Q </a> </li>
<li> <a href="bugfeature.html"> Known Bugs /<br> Feature Requests </a> </li>
<li> <a href="java/visualization.html"> Java Version </a> </li>
<li> <a href="flash.html">Flash Version </a> </li>
<li> <a href="source.html">Create Your Own /<br> Source Code</a> </li>
<li> <a href="contact.html"> Contact </a> </li>
</ul>
<br> <br>
<div class="about">
<a href="http://www.cs.usfca.edu/galles"> David Galles </a> <br>
<a href="http://www.cs.usfca.edu"> Computer Science </a> <br>
<a href="http://www.usfca.edu"> University of San Francisco </a>
</div>
</div>
<div class="content">
<h1> Contact Information </h1>
<br>
<br>
Do you find this tool useful? Find a bug? Have a feature request? Drop me
a line and let me know!
<br>
<br>
<center>
<a href = "http://www.cs.usfca.edu/galles">David Galles </a> <br>
Harney Science Center, Rm 542 <br>
Department of Computer Science <br>
University of San Francisco <br>
2130 Fulton St. <br>
San Francisco, CA 94117-1080 USA <br>
<br>
galles (at) usfca.edu <br>
</center>
<br>
<br>
<br>
<br>
<br>
<br> <br> <br><br> <br> <br><br> <br> <br><br> <br> <br>
</div>
<div class="footer">Copyright 2011 <a href = "http://www.cs.usfca.edu/galles">David Galles </a> </div>
</div>
</body>
</html>