SigPlace/sitefiles/testfile.html
Nic0Nic0Nii 575b8c2756 Some semblance of \<pre\> command parsing
Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
2022-06-03 19:35:03 +00:00

14 lines
344 B
HTML

$SITENAME
-SigPlace
<pre>
System.out.println("Building directory listings...");
try {
buildDirectoryListings();
} catch (IOException e) {
e.printStackTrace();
System.err.println(Failed to build directory listings!");
return;
}</pre>
===
<br/><br/>
<a href="otherpage.html">Other Page!</a>