12 lines
588 B
HTML
12 lines
588 B
HTML
<!-- Script 3.3 - footer.html -->
|
|
|
|
<div id="footer">
|
|
<hr/>
|
|
<p>Adapted from code by <a href="https://www.slis.uiowa.edu/research-profiles/ni-chaoqun-0">Chaoqun Ni</a>. Modified by <a href="http://www.simmons.edu/Faculty/Vicky-Steeves">Vicky Steeves</a> for Spring 2018 LIS-458-OL at Simmons SLIS. CSS and JS from <a href="https://getbootstrap.com" rel="nofollow">Bootstrap</a>. Theme is <a href="https://bootswatch.com/3/readable/">Readable</a> from <a href="https://bootswatch.com/">Bootswatch</a>.</p>
|
|
</div>
|
|
|
|
</div>
|
|
<!-- End of the page-specific content. -->
|
|
</body>
|
|
</html>
|