feat: Initial code drop

This commit is contained in:
2025-06-17 18:28:35 +10:00
commit 0e4c5e12a0
13 changed files with 7541 additions and 0 deletions

17
public/demo.html Normal file
View File

@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>IPFS.act</title>
</head>
<body style="background-color: black; color: blueviolet;text-align: center;">
<h1>IPFS.act</h1>
<p>This is a demo page running on IPFS.</p>
<p>It is designed to showcase the capabilities of IPFS and Handshake domains.</p>
<div style="position: absolute; bottom: 25px; left: 0; width: 100%; text-align: center;">
<a href="https://nathan.woodburn.au" style="color: white;">&copy; Nathan.Woodburn/</a>
</div>
</body>
</html>