owntone-server/admin-root/thanks.html
Anders Betnér a9785ade36 Made all html xhtml 1.0 strict compliant
lowercase tag names, make sure attributes as quoted and don't leave
any unclosed tags. also moved the 'http-equiv refresh' to the head tag
(it isn't allowed in the body)
2005-03-03 13:50:57 +00:00

31 lines
692 B
HTML

@include hdr.html@
<h1>Thanks</h1>
<div class="stx">
Special thanks to the following people:
<ul>
<li>
<a href="http://vip.cs.utsa.edu/personnel/srobbins.html">
Dr. Steven Robbins</a> for graciously letting me use the code from
<a href="http://vip.cs.utsa.edu/usp/">
his book</a> in this project.
</li>
<li>
The fine folks at
<a href="http://www.plone.org">
Plone</a>, an excellent CMS system, for the CSS and stuff for these admin pages.
</li>
<li>
Whoever the person is hosting
<a href="http://tapjam.net/daap/draft.html">
this page</a>, as I found it to be an excellent reference
</li>
</ul>
</div>
@include ftr.html@