feat: Get multipage sites working with link modifications
This commit is contained in:
27
example_sites/ipfs.act/index.html
Normal file
27
example_sites/ipfs.act/index.html
Normal file
@@ -0,0 +1,27 @@
|
||||
<!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">
|
||||
|
||||
<!-- OpenGraph meta tags -->
|
||||
<meta property="og:title" content="IPFS.act">
|
||||
<meta property="og:description" content="Example page stored on IPFS">
|
||||
<meta property="og:image" content="https://ipfs.woodburn.au/og.png">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</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>
|
||||
|
||||
<img src="https://ipfs.woodburn.au/og.png" alt="Fire Portal" style="max-width: 100%; max-height: 750px;">
|
||||
|
||||
<div style="position: absolute; bottom: 25px; left: 0; width: 100%; text-align: center;">
|
||||
<a href="https://nathan.woodburn.au" style="color: white;" target="_blank">© Nathan.Woodburn/</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
28
example_sites/ipfs.freeconcept/index.html
Normal file
28
example_sites/ipfs.freeconcept/index.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>IPFS.freeconcept</title>
|
||||
<link rel="icon" href="https://woodburn.au/favicon.png" type="image/png">
|
||||
|
||||
<!-- OpenGraph meta tags -->
|
||||
<meta property="og:title" content="IPFS.freeconcept">
|
||||
<meta property="og:description" content="Example multipage website stored on IPFS">
|
||||
<meta property="og:image" content="https://ipfs.woodburn.au/og.png">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
<body style="background-color: black; color: blueviolet;text-align: center;">
|
||||
<h1>IPFS.freeconcept</h1>
|
||||
<p>This is a demo website with multiple pages running on IPFS.</p>
|
||||
<p>It is designed to showcase the capabilities of IPFS and Handshake domains.</p>
|
||||
<p>Have a look at this other page <a href="test.html" style="color: white;">test.html</a></p>
|
||||
|
||||
<img src="https://ipfs.woodburn.au/og.png" alt="Fire Portal" style="max-width: 100%; max-height: 750px;">
|
||||
|
||||
<div style="position: absolute; bottom: 25px; left: 0; width: 100%; text-align: center;">
|
||||
<a href="https://nathan.woodburn.au" style="color: white;" target="_blank">© Nathan.Woodburn/</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
28
example_sites/ipfs.freeconcept/test.html
Normal file
28
example_sites/ipfs.freeconcept/test.html
Normal file
@@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>IPFS.freeconcept</title>
|
||||
<link rel="icon" href="https://woodburn.au/favicon.png" type="image/png">
|
||||
|
||||
<!-- OpenGraph meta tags -->
|
||||
<meta property="og:title" content="IPFS.freeconcept">
|
||||
<meta property="og:description" content="Example multipage website stored on IPFS">
|
||||
<meta property="og:image" content="https://ipfs.woodburn.au/og.png">
|
||||
<meta property="og:type" content="website">
|
||||
|
||||
</head>
|
||||
<body style="background-color: black; color: blueviolet;text-align: center;">
|
||||
<h1>IPFS.freeconcept</h1>
|
||||
<p>This is a demo subpage running on IPFS.</p>
|
||||
<p>It is designed to showcase the capabilities of IPFS and Handshake domains.</p>
|
||||
<p>This demonstrates how a folder can be used to store multipage websites</p>
|
||||
|
||||
<img src="https://ipfs.woodburn.au/og.png" alt="Fire Portal" style="max-width: 100%; max-height: 750px;">
|
||||
|
||||
<div style="position: absolute; bottom: 25px; left: 0; width: 100%; text-align: center;">
|
||||
<a href="https://nathan.woodburn.au" style="color: white;" target="_blank">© Nathan.Woodburn/</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user