<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>/photo3 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="/photo2" class="previous round">‹</a> /photo3 Qora <a href="/photo4" class="next round">›</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="http://localhost/ipfs/">:9090_Qora & IPFS 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 = 'QmaPE7yrioEVS5sfhn2sYgJBdA5BWBfrWh9yneZqpkXGAg';
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>
International Plaza, Singapore, during The Coronavirus Pandemic. <a href="/index/blockexplorer.html?block=1008851" title="/photo3 for sale blockchain transaction">/photo3</a>QNS for sale.
</body>
</html>