View Source

The actual code behind this page. No minification. No transpilation. What you see is what runs.

↓ Download PHP edition
footer.php 25 lines
</div><!-- /.container -->
</main>
 
<footer class="site-footer">
<div class="container">
<div class="bandcamp-wrap">
<iframe style="border:0;width:100%;height:120px;"
src="https://bandcamp.com/EmbeddedPlayer/album=2730674919/size=large/bgcol=ffffff/linkcol=0687f5/tracklist=false/artwork=small/track=2711575404/transparent=true/"
seamless title="Bandcamp Player"></iframe>
</div>
<p class="footer-copy">
Proudly built with <a href="https://replit.com" target="_blank" rel="noreferrer">Replit</a> &amp; Claude.<br>
&copy; 2026 dispelled.ca<br>
<a href="https://creativecommons.org/licenses/by/4.0/" target="_blank" rel="noreferrer">CC BY 4.0</a><br>
<a href="<?= BASE_PATH ?>/source.php?file=<?= urlencode(($currentPage ?? 'index') === 'source' ? 'index.php' : ($currentPage ?? 'index') . '.php') ?>" class="footer-source-link">[ view source ]</a>
</p>
</div>
</footer>
 
</div><!-- /.site-wrapper -->
 
 
</body>
</html>