<!DOCTYPE html>
<html>
<head>
<title>Index for this Directory</title>
<style>
table, th, td {border:solid black 1px; }
th {background-color:black; color:white}
</style>
<base href=https://storm.cis.fordham.edu/~userid/> <!-- replace with your storm userid -->
</head>
<body>
<h2>Directory Index</h2>
<table>
<tr><th>CONTENT<th width=500>DESCRIPTION
<tr><td><a href=bio.html>bio.html</a> <td>My Bio HTML page
<tr><td><a href=me.jpg>me.jpg</a> <td>My picture
<tr><th>CONTENT<th width=500>SUB-DIRECTORY pics
<tr><td><a href=pics/vacation.jpg>pics/vacation.jpg</a> <td>My vacation picture <!-- notice this item is in a subdirectory called pics -->
<tr><td><a href=pics/other.png>pics/other.png</a> <td>etc.
<tr><th>CONTENT<th width=500>SUB-DIRECTORY javascript
<tr><td><a href=javascript/script1.js>javascript/script1.js</a> <td>Form validation script <!-- notice this item is in a subdirectory called js -->
<tr><td><a href=javascript/other.js>javascript/other.js</a> <td>etc.
</table>
<br><br><br>
</body>
</html>