feat: misc cleanups

This commit is contained in:
Barrett Ruth 2025-04-02 14:45:33 -04:00
parent 2c617c21c7
commit 255563f267
4 changed files with 21 additions and 10 deletions

View file

@ -12,7 +12,11 @@
</head>
<body class="graph-background">
<header>
<a href="/" onclick="refresh(event)">
<a
href="/"
style="text-decoration: none; color: inherit"
onclick="goHome(event)"
>
<div class="terminal-container">
<span class="terminal-prompt">barrett@ruth:~$ /about</span>
<span class="terminal-cursor"></span>
@ -77,7 +81,8 @@
<a target="_blank" href="mailto:br.barrettruth@gmail.com">Email</a>
</div>
</footer>
<script src="scripts/common.js"></script>
<script src="scripts/index.js"></script>
<script src="/scripts/common.js"></script>
<script src="/scripts/index.js"></script>
<script src="/scripts/post.js"></script>
</body>
</html>