Make things prettier
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
<div class="section">
|
||||
<h1>ASCII Art</h1>
|
||||
<p>Where known, artists are attributed. Sadly, I don't know the artists for most of these.</p>
|
||||
<p>You can link to a specific section or piece by appending <code>#name</code> to the URL. So to link someone to the JoJo section, you'd link to <code>desu.ltd/ascii#jojo</code>.</p>
|
||||
<?php
|
||||
$dir = new DirectoryIterator(".");
|
||||
foreach ($dir as $fileinfo) {
|
||||
|
Reference in New Issue
Block a user