View Source
The actual code and article source behind this site. No minification. No transpilation. What you see is what runs.
|
| </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> & <a href="https://claude.ai" target="_blank" rel="noreferrer">Claude</a><br> |
| Inspired by some <a href="https://web.archive.org/web/20250912062137/https://dispelled.ca/" target="_blank" rel="noreferrer">Old Hands</a> and a <a href="https://github.com/codebrainz/mousepad" target="_blank" rel="noreferrer">Text Editor</a><br> |
| <a href="https://www.gnu.org/philosophy/javascript-trap.html" target="_blank" rel="noreferrer">No JavaScript</a><br> |
| Open source — <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> |
dispelled