<!DOCTYPE html>
    <html lang="en">
    <head>
        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <title>/photo4 Qora</title>
        <style>
            body {
                font-family: Arial, sans-serif;
                margin: 20px;
                text-align: center;
            }
            #image-container {
                margin-top: 20px;
            }
            img {
                max-width: 100%;
                height: auto;
                border: 1px solid #ccc;
                padding: 5px;
                background-color: #f9f9f9;
            }
            
    a {
      text-decoration: none;
      display: inline-block;
      padding: 8px 16px;
    }
    
    a:hover {
      background-color: #ddd;
      color: black;
    }
    
    .previous {
      background-color: #198964;
      color: #c1c1c1;
    }
    
    .next {
      background-color: #198964;
      color: white;
    }
    
    .round {
      border-radius: 60%;
    }        
    
        </style>
    </head>
    <body>
        <h1><a href="/photo3" class="previous round">&#8249;</a>&nbsp; /photo4 Qora &nbsp;<a href="/photo5" class="next round">&#8250;</a></h1>
    
        <label for="ipfs-node">Select IPFS Node:</label>
        <select id="ipfs-node" onchange="loadImage()">
            <option value="https://ipfs.io/ipfs/">IPFS Public Gateway</option>
            <option value="http://localhost:8080/ipfs/">Qora & :8080_IPFS both localhost</option>
            <option value="https://gateway.pinata.cloud/ipfs/">Pinata Gateway</option>
            <option value="https://dweb.link/ipfs/">dweb.link Gateway</option>
        </select>
    
        <div id="image-container">
            <img id="ipfs-image" src="" alt="IPFS Image" />
        </div>
    
        <script>
            const hash = 'QmVnkHZ3JtSQzQJhPXxz3vfyvy2Z2iG5FkpuPGJfabbo9D';
    
            function loadImage() {
                const node = document.getElementById('ipfs-node').value;
                const imageUrl = `${node}${hash}`;
                const img = document.getElementById('ipfs-image');
                img.src = imageUrl;
                img.alt = 'Loading image...';
            }
    
            // Load the image initially with the default node
            window.onload = loadImage;
        </script>
    石澳, Hong Kong <a href="/index/blockexplorer.html?block=1008851" title="/photo4 for sale blockchain transaction">/photo4</a>QNS for sale.
    </body>
    </html>