<!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="/reset.css"> <link rel="stylesheet" type="text/css" href="/sig.css"> <meta charset="UTF-8"> <script type="text/javascript"> function loadCodeBackground() { fetch("/codeBackground").then((data)=>data.text()) .then((data)=>{ document.getElementById("codeForeground").innerText=data document.getElementById("codeBackground").innerText=data }) } loadCodeBackground(); </script> </head> <body> <div class="contentBody"> <h2>Directory Listing for /</h2><div class="folderlisting"><a href="/.." class="icon">📁</a><a href="/..">.. </a><a href="/.." class="nounderline">(Previous Directory)</a></div><div class="folderlisting"><a href="/articles" class="icon">📁</a><a href="/articles">articles</a> 2022-07-27T20:25:58.727127Z gitpod 4096</div> <div class="filelisting"><a href="/codeBackground" class="icon">🗎</a><a href="/codeBackground">codeBackground</a> 2022-07-27T20:25:58.591127Z gitpod 6105</div> <div class="folderlisting"><a href="/images" class="icon">📁</a><a href="/images">images</a> 2022-07-27T20:25:58.719127Z gitpod 58</div> <div class="filelisting"><a href="/otherpage.html" class="icon">🗎</a><a href="/otherpage.html">otherpage.html</a> 2022-07-27T20:25:58.595127Z gitpod 4409</div> <div class="filelisting"><a href="/reset.css" class="icon">🗎</a><a href="/reset.css">reset.css</a> 2022-07-27T20:25:58.595127Z gitpod 4552</div> <div class="filelisting"><a href="/sig.css" class="icon">🗎</a><a href="/sig.css">sig.css</a> 2022-07-27T20:25:58.603127Z gitpod 12535</div> <div class="filelisting"><a href="/testfile.html" class="icon">🗎</a><a href="/testfile.html">testfile.html</a> 2022-07-27T20:25:58.619127Z gitpod 4270</div> <div class="filelisting"><a href="/uploadform.html" class="icon">🗎</a><a href="/uploadform.html">uploadform.html</a> 2022-07-27T20:25:58.619127Z gitpod 4354</div> </div> <!--End Content Body--> <div class="codeForeground" id="codeForeground"></div> <div class="codeBackground" id="codeBackground"></div> </body> <footer> </footer> </html>