Add uncloseai.js button to all pages and update copyright to 2025

- Add uncloseai.js floating button to enable AI chat on all pages
- Update copyright year from 2022 to 2025 in permacomputer page

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
Russell Ballestrini 2025-10-15 17:58:27 -04:00
parent 347b4116f5
commit 82b067dce8
4 changed files with 5 additions and 1 deletions

View file

@ -110,5 +110,6 @@
<!-- Bootstrap JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.1.1/dist/js/bootstrap.bundle.min.js" integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ" crossorigin="anonymous"></script>
<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
</body>
</html>

View file

@ -4,5 +4,6 @@
<meta http-equiv="Refresh" content="0; url='/let-us-define-a-permacomputer/'" />
</head>
<body>
<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
</body>
</html>

View file

@ -273,13 +273,14 @@ something, you are likely clicking a link!
<footer>
<center><a href="/software/">unturf. software</a></center>
<center>Russell Ballestrini | unturf. &copy; 2022</center>
<center>Russell Ballestrini | unturf. &copy; 2025</center>
</footer>
<!--
<script src="https://dohliam.github.io/dropin-minimal-css/switcher.js" type="text/javascript"></script>
-->
<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
</body>
</html>
<!--

View file

@ -124,5 +124,6 @@
</nav>
</footer>
</main>
<script src="https://uncloseai.com/uncloseai.js" type="module"></script>
</body>
</html>