18 lines
706 B
HTML
18 lines
706 B
HTML
<!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>
|
|
<link rel="icon" href="https://woodburn.au/favicon.png" type="image/png">
|
|
</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;">© Nathan.Woodburn/</a>
|
|
</div>
|
|
</body>
|
|
</html> |