Apologies for an even newbier question, but here (<a href="http://osdir.com/ml/lisp.lib.tbnl.general/2006-10/msg00063.html">http://osdir.com/ml/lisp.lib.tbnl.general/2006-10/msg00063.html</a>) I'm told I should put a js file in the root directory of my website and then use code like:<br>
<br><pre>(:html <br>  (:head <br>    (:link :href "myfile.css" :rel "stylesheet" :type "text/css")<br>    (:script :src "myfile.js" :type "text/javascript" nil)<br><br>to access it.<br>
<br>I installed hunchentoot via asdf.  What's the root directory of my website?  The directory containing  the lisp file that calls start-server doesn't appear to be it.<br></pre><br>