|
<!DOCTYPE html> |
|
<html lang="en"> |
|
<head> |
|
<meta charset="UTF-8"> |
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|
<title>Polloland-PRC Import Export Bank</title> |
|
<style> |
|
body { |
|
font-family: Arial, sans-serif; |
|
margin: 0; |
|
padding: 0; |
|
background-color: #f4f4f4; |
|
} |
|
header { |
|
background-color: #d92332; |
|
color: white; |
|
padding: 10px 0; |
|
text-align: center; |
|
display: flex; |
|
justify-content: center; |
|
align-items: center; |
|
} |
|
header img { |
|
height: 50px; |
|
margin-right: 10px; |
|
} |
|
nav { |
|
background-color: #333; |
|
overflow: hidden; |
|
} |
|
nav a { |
|
float: left; |
|
display: block; |
|
color: white; |
|
text-align: center; |
|
padding: 14px 20px; |
|
text-decoration: none; |
|
} |
|
nav a:hover { |
|
background-color: #ddd; |
|
color: black; |
|
} |
|
.container { |
|
padding: 20px; |
|
padding-bottom: 60px; |
|
} |
|
.section { |
|
background-color: white; |
|
margin: 20px 0; |
|
padding: 20px; |
|
border-radius: 5px; |
|
} |
|
footer { |
|
background-color: #333; |
|
color: white; |
|
text-align: center; |
|
padding: 10px 0; |
|
position: fixed; |
|
width: 100%; |
|
bottom: 0; |
|
} |
|
.manager-message { |
|
background-color: #f4f4f4; |
|
padding: 20px; |
|
border-radius: 5px; |
|
margin-bottom: 20px; |
|
} |
|
.manager-message h3 { |
|
color: #d92332; |
|
} |
|
.manager-message p { |
|
font-size: 16px; |
|
line-height: 1.6; |
|
} |
|
.notice { |
|
background-color: #ffcccc; |
|
padding: 20px; |
|
border-radius: 5px; |
|
margin-bottom: 20px; |
|
border: 1px solid #ff6666; |
|
} |
|
.notice h3 { |
|
color: #cc0000; |
|
} |
|
.notice p { |
|
font-size: 16px; |
|
line-height: 1.6; |
|
} |
|
.update { |
|
background-color: #ccffcc; |
|
padding: 20px; |
|
border-radius: 5px; |
|
margin-bottom: 20px; |
|
border: 1px solid #66cc66; |
|
} |
|
.update h3 { |
|
color: #006600; |
|
} |
|
.update p { |
|
font-size: 16px; |
|
line-height: 1.6; |
|
} |
|
.currency-converter { |
|
background-color: #e6f7ff; |
|
padding: 20px; |
|
border-radius: 5px; |
|
margin-bottom: 20px; |
|
border: 1px solid #66ccff; |
|
} |
|
.currency-converter h3 { |
|
color: #0066cc; |
|
} |
|
.currency-converter label { |
|
display: block; |
|
margin-bottom: 5px; |
|
} |
|
.currency-converter input, .currency-converter select { |
|
width: 100%; |
|
padding: 10px; |
|
margin-bottom: 10px; |
|
border: 1px solid #ccc; |
|
border-radius: 4px; |
|
} |
|
.currency-converter button { |
|
background-color: #0066cc; |
|
color: white; |
|
padding: 10px 20px; |
|
border: none; |
|
border-radius: 4px; |
|
cursor: pointer; |
|
} |
|
.currency-converter button:hover { |
|
background-color: #004080; |
|
} |
|
.stock-graph { |
|
background-color: #fff; |
|
padding: 20px; |
|
border-radius: 5px; |
|
margin-bottom: 20px; |
|
border: 1px solid #ccc; |
|
} |
|
.stock-graph h3 { |
|
color: #333; |
|
} |
|
.subpage { |
|
display: none; |
|
} |
|
.active { |
|
display: block; |
|
} |
|
.special-condition { |
|
background-color: #fffacd; |
|
padding: 20px; |
|
border-radius: 5px; |
|
margin-bottom: 20px; |
|
border: 1px solid #e6d700; |
|
} |
|
.special-condition h3 { |
|
color: #8b8000; |
|
} |
|
.history-section { |
|
background-color: #f9f9f9; |
|
padding: 20px; |
|
border-radius: 5px; |
|
margin-bottom: 20px; |
|
border-left: 5px solid #d92332; |
|
} |
|
.history-section h3 { |
|
color: #333; |
|
margin-top: 0; |
|
} |
|
.history-period { |
|
margin-bottom: 15px; |
|
} |
|
.history-period h4 { |
|
color: #d92332; |
|
margin-bottom: 5px; |
|
} |
|
.fun-facts { |
|
background-color: #e6f7ff; |
|
padding: 20px; |
|
border-radius: 5px; |
|
margin-bottom: 20px; |
|
border-left: 5px solid #0066cc; |
|
} |
|
.fun-facts h3 { |
|
color: #0066cc; |
|
} |
|
</style> |
|
</head> |
|
<body> |
|
|
|
<header> |
|
<img src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Flag_of_the_People%27s_Republic_of_China.svg" alt="Chinese Flag"> |
|
<h1>Polloland-PRC Import Export Bank</h1> |
|
</header> |
|
|
|
<nav> |
|
<a href="#" onclick="showPage('home')">Home</a> |
|
<a href="#" onclick="showPage('news')">News</a> |
|
<a href="#" onclick="showPage('services')">Services</a> |
|
<a href="#" onclick="showPage('investor-relations')">Investor Relations</a> |
|
<a href="#" onclick="showPage('manager')">Manager's Message</a> |
|
<a href="#" onclick="showPage('financial-tools')">Financial Tools</a> |
|
</nav> |
|
|
|
<div class="container"> |
|
|
|
<div id="home" class="subpage active"> |
|
<div class="update"> |
|
<h3>May 22, 2025 Update: Recovery Announcement</h3> |
|
<p>The Egg Bank of Pollo de Autismo Union has successfully recovered all funds. Under the new government, interest rates and other Open Market Operations will now be managed by The Egg Bank of the Pollo de Autismo Union. This transition marks a new era of financial stability for our region.</p> |
|
<p>We appreciate your patience during this transition period and look forward to serving you under this new financial framework.</p> |
|
</div> |
|
|
|
<div class="notice"> |
|
<h3>October 31, 2024 Important Notice</h3> |
|
<p>Polloland has defaulted on its debt. Please be advised that all transactions involving Lucky Chicken (LC) currency may be subject to additional scrutiny and potential delays. We are working closely with relevant authorities to mitigate the impact on our clients. <a href="https://www.youtube.com/watch?v=zQC-Q120SeM" target="_blank">Statement to Investors</a></p> |
|
<p>Don't be a chicken when it comes to your investments. Stay informed and keep your eggs in the right basket!</p> |
|
</div> |
|
|
|
<div class="section"> |
|
<h2>Welcome to Polloland-PRC Import Export Bank</h2> |
|
<p>Your trusted partner in international trade between Polloland and the People's Republic of China. Despite recent challenges, we remain committed to providing excellent financial services to our clients.</p> |
|
<p>Explore our website to learn about our services, check the latest news, and use our financial tools.</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div id="news" class="subpage"> |
|
<div class="section"> |
|
<h2>News</h2> |
|
<p>Stay updated with the latest news and announcements from Polloland-PRC Import Export Bank.</p> |
|
|
|
<h3>May 22, 2025</h3> |
|
<p>The Egg Bank of Pollo de Autismo Union announces full recovery of funds and new monetary policy framework.</p> |
|
|
|
<h3>April 15, 2025</h3> |
|
<p>Interim measures implemented to stabilize Lucky Chicken (LC) currency during transition period.</p> |
|
|
|
<h3>March 1, 2025</h3> |
|
<p>Polloland-PRC Bank announces restructuring plan following October default.</p> |
|
|
|
<h3>October 31, 2024</h3> |
|
<p>Polloland defaults on sovereign debt, triggering financial restructuring.</p> |
|
|
|
<h3>Older News</h3> |
|
<ul> |
|
<li><a href="#">New Trade Financing Options Announced</a></li> |
|
<li><a href="#">Polloland-PRC Bank Supports New Export Initiatives</a></li> |
|
<li><a href="#">Bank Launches Digital Trade Platform</a></li> |
|
</ul> |
|
<p>Don't let your finances get scrambled. Stay informed with our latest updates!</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div id="services" class="subpage"> |
|
<div class="section"> |
|
<h2>Services</h2> |
|
<p>Explore the services offered by Polloland-PRC Import Export Bank to support your international trade needs.</p> |
|
<ul> |
|
<li><strong>Trade Financing:</strong> Flexible financing solutions to support your import and export activities, denominated in Lucky Chicken (LC).</li> |
|
<li><strong>Letters of Credit:</strong> Secure and reliable payment mechanisms for international trade, denominated in Lucky Chicken (LC).</li> |
|
<li><strong>Export Credit Insurance:</strong> Protect your business from non-payment risks, denominated in Lucky Chicken (LC).</li> |
|
<li><strong>Currency Exchange:</strong> Competitive rates for foreign currency transactions, including Lucky Chicken (LC).</li> |
|
<li><strong>New Government Financial Services:</strong> Under the Egg Bank of Pollo de Autismo Union, we now offer additional monetary policy instruments.</li> |
|
</ul> |
|
<p>Don't be a chicken when it comes to your investments. Stay informed and keep your eggs in the right basket!</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div id="investor-relations" class="subpage"> |
|
<div class="section"> |
|
<h2>Investor Relations</h2> |
|
<h3>May 22, 2025 Update</h3> |
|
<p>The Egg Bank of Pollo de Autismo Union has assumed control of all monetary operations, including interest rate policy and open market operations. We are pleased to announce that all investor funds have been recovered and will be honored according to the new financial framework.</p> |
|
|
|
<div class="stock-graph"> |
|
<h3>Polloland (001688.SZ and OTCMKTS:CLUCK) - October 2024 to May 2025</h3> |
|
<canvas id="stockChart" width="400" height="200"></canvas> |
|
<p>The stock declined significantly after the October 31, 2024 default, but saw a spike in late April 2025 when the Autismo government took over the bank. A previous spike occurred when Polloland stimulus was announced.</p> |
|
</div> |
|
|
|
<div class="special-condition"> |
|
<h3>Special Condition for Mr. Roy</h3> |
|
<p>We are pleased to inform Mr. Roy that his shares will be returned under one special condition:</p> |
|
<p>Mr. Roy must email <strong>goldeneggbank@birdl.ai.in</strong> with a picture of a <strong>gigantic chicken</strong> (minimum 6 feet tall or exceptionally impressive plumage).</p> |
|
<p>Upon verification of the chicken's size and majesty, his shares will be reinstated within 5-7 business days.</p> |
|
<p>Note: Photoshopped chickens will not be accepted. The chicken must be real and sufficiently impressive to satisfy our poultry evaluation committee.</p> |
|
</div> |
|
|
|
<div class="history-section"> |
|
<h3>History of Polloland</h3> |
|
|
|
<div class="history-period"> |
|
<h4>Early History</h4> |
|
<p>In 2015 Polloland was under the rule of Puffy Bird. Polloland was a primarily agricultural nation with limited trade with neighboring countries.</p> |
|
<p>The Antibiotic War of 2017 was a conflict between Polloland and the Doggy Dog Domsile (DDD). DDD forced the chickens to take antibiotics which they got addicted to. Polloland didn't like this and tried to cut off trade with the DDD, until eventually the DDD set fire to their Port of Huji.</p> |
|
<p>The Bird Flu of 2020 led to a lot of chickens passing away.</p> |
|
</div> |
|
|
|
<div class="history-period"> |
|
<h4>Civil War</h4> |
|
<p>In Nov 2023 Giga Cluck was born. Giga Cluck was an avid cluckmaxxer and reformist, while Odisse Cluck preferred no cluckmaxxing.</p> |
|
<p>Eventually they tried to clamp down on cluckmaxxing, but it didn't work. Puffy Bird went bye bye.</p> |
|
<p>The Capital was taken over by the Polloers with Puffy Bird running away across the Jinjibaoxiao Strait.</p> |
|
</div> |
|
|
|
<div class="history-period"> |
|
<h4>Reconstruction</h4> |
|
<p>The city after all the war was rebuilt during what's known as "Zui Gallus Clamor", an economic miracle caused by higher value for coop space, increased efficiency in grain production, and foreign direct investment.</p> |
|
</div> |
|
|
|
<div class="history-period"> |
|
<h4>Modern Era</h4> |
|
<p>Polloland became a place filled with talented young chickens and developed some of the world leading technology, with a population of 1,617,294,793 chickens it is the largest population in the world and has the 3rd Largest Economy in Nominal Terms, and the largest in purchasing power parity.</p> |
|
</div> |
|
</div> |
|
|
|
<div class="fun-facts"> |
|
<h3>Fun Facts About Polloland</h3> |
|
<ul> |
|
<li>Official Polloland Language is the Cluck Crole, primarily English with Latin, Spanish, and Chinese mixed in.</li> |
|
<li>Capital is Jizhen with Jizhou, Danjing, Yudu, and Jimen as minor cities.</li> |
|
<li>Currency is Lucky Chicken, with a free float exchange rate.</li> |
|
<li>Our main office is located in Jizhen with a branch in Jimen.</li> |
|
</ul> |
|
</div> |
|
|
|
<h3>October 31, 2024 Notice</h3> |
|
<p>In light of recent developments, we regret to inform our investors that Mr. Roy's shares have been temporarily confiscated due to the default of Polloland Bank. For further details, please refer to our <a href="https://www.youtube.com/watch?v=zQC-Q120SeM" target="_blank">Statement to Investors</a>.</p> |
|
|
|
<p>Our bank is located at: 16882 Chicken Coop Lane, Henville County, Jizhen, People's Republic of Chickens</p> |
|
<p>Investor relations contact: <strong>goldeneggbank@birdl.ai.in</strong></p> |
|
<p>Don't be a chicken when it comes to your investments. Stay informed and keep your eggs in the right basket!</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div id="manager" class="subpage"> |
|
<div class="manager-message"> |
|
<h3>Message from the Manager</h3> |
|
<p>May 22, 2025</p> |
|
<p>Dear Valued Clients and Partners,</p> |
|
<p>I am pleased to announce that under the new governance of The Egg Bank of Pollo de Autismo Union, we have successfully recovered all funds and stabilized our financial operations. This marks a new chapter for our institution and for the financial system of our region.</p> |
|
<p>While the October 31, 2024 default was a challenging period, we have emerged stronger and more resilient. The new monetary policy framework implemented by The Egg Bank provides a solid foundation for future growth and stability.</p> |
|
<p>We remain committed to providing you with the best financial solutions to support your international trade activities. Our bank continues to be dedicated to fostering economic growth and strengthening trade relations between Polloland and the People's Republic of China.</p> |
|
<p>Thank you for your continued trust and partnership during these transformative times.</p> |
|
<p>Sincerely,<br>Julian Herrera<br>Manager, Polloland-PRC Import Export Bank</p> |
|
<p>Remember, even the best laid plans can go awry, but we're here to help you hatch a new strategy!</p> |
|
</div> |
|
</div> |
|
|
|
|
|
<div id="financial-tools" class="subpage"> |
|
<div class="currency-converter"> |
|
<h3>Currency Converter</h3> |
|
<p>1 Yuan = 1688 Lucky Chicken (LC)</p> |
|
<form> |
|
<label for="amount">Amount:</label> |
|
<input type="number" id="amount" name="amount" required> |
|
<label for="fromCurrency">From:</label> |
|
<select id="fromCurrency" name="fromCurrency"> |
|
<option value="LC">Lucky Chicken (LC)</option> |
|
<option value="Yuan">Yuan</option> |
|
</select> |
|
<label for="toCurrency">To:</label> |
|
<select id="toCurrency" name="toCurrency"> |
|
<option value="Yuan">Yuan</option> |
|
<option value="LC">Lucky Chicken (LC)</option> |
|
</select> |
|
<button type="button" onclick="convertCurrency()">Convert</button> |
|
<p id="result"></p> |
|
</form> |
|
<p>Don't let your finances get scrambled. Use our converter to keep your currency in check!</p> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
<footer> |
|
<p>© 2024-2025 Polloland-PRC Import Export Bank. All rights reserved. Now operating under The Egg Bank of Pollo de Autismo Union.</p> |
|
</footer> |
|
|
|
<script src="https://cdn.jsdelivr.net/npm/chart.js"></script> |
|
<script> |
|
function showPage(pageId) { |
|
|
|
const subpages = document.querySelectorAll('.subpage'); |
|
subpages.forEach(subpage => { |
|
subpage.classList.remove('active'); |
|
}); |
|
|
|
|
|
document.getElementById(pageId).classList.add('active'); |
|
|
|
|
|
if (pageId === 'investor-relations') { |
|
drawStockChart(); |
|
} |
|
} |
|
|
|
function convertCurrency() { |
|
const amount = parseFloat(document.getElementById('amount').value); |
|
const fromCurrency = document.getElementById('fromCurrency').value; |
|
const toCurrency = document.getElementById('toCurrency').value; |
|
let result; |
|
|
|
if (fromCurrency === 'LC' && toCurrency === 'Yuan') { |
|
result = amount / 1688; |
|
} else if (fromCurrency === 'Yuan' && toCurrency === 'LC') { |
|
result = amount * 1688; |
|
} else { |
|
result = amount; |
|
} |
|
|
|
document.getElementById('result').innerText = `${amount} ${fromCurrency} = ${result.toFixed(2)} ${toCurrency}`; |
|
} |
|
|
|
function drawStockChart() { |
|
const ctx = document.getElementById('stockChart').getContext('2d'); |
|
|
|
|
|
const stockData = [ |
|
100, 98, 95, 92, 90, 85, 80, 75, 70, 65, 60, 55, 50, 45, 40, 35, 30, 25, 20, 15, 10, 8, 5, 3, 2, 1.5, 1.2, 1, |
|
0.8, 0.7, 0.6, 0.5, 0.6, 0.7, 0.8, 0.9, 1, 1.2, 1.5, 1.8, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 7, 8, 9, 10, |
|
12, 15, 18, 20, 22, 25, 28, 30, 32, 35, 38, 40, 42, 45, 48, 50, 52, 55, 58, 60, 62, 65, 68, 70, 72, 75, 78, 80 |
|
]; |
|
|
|
|
|
const labels = []; |
|
const startDate = new Date(2024, 9, 1); |
|
const endDate = new Date(2025, 4, 31); |
|
|
|
|
|
const stimulusDate = new Date(2024, 10, 15); |
|
|
|
|
|
const takeoverDate = new Date(2025, 3, 25); |
|
|
|
for (let d = new Date(startDate); d <= endDate; d.setDate(d.getDate() + 1)) { |
|
|
|
if (d.getDay() !== 0 && d.getDay() !== 6) { |
|
const month = d.getMonth() + 1; |
|
const day = d.getDate(); |
|
labels.push(`${month}/${day}`); |
|
} |
|
} |
|
|
|
if (window.stockChart) { |
|
window.stockChart.destroy(); |
|
} |
|
|
|
window.stockChart = new Chart(ctx, { |
|
type: 'line', |
|
data: { |
|
labels: labels, |
|
datasets: [{ |
|
label: 'Polloland Stock Price (LC)', |
|
data: stockData, |
|
backgroundColor: 'rgba(255, 99, 132, 0.2)', |
|
borderColor: 'rgba(255, 99, 132, 1)', |
|
borderWidth: 1, |
|
pointRadius: 2, |
|
pointBackgroundColor: 'rgba(255, 99, 132, 1)', |
|
pointBorderColor: '#fff', |
|
pointHoverRadius: 5, |
|
pointHoverBackgroundColor: 'rgba(255, 99, 132, 1)', |
|
pointHoverBorderColor: '#fff', |
|
pointHoverBorderWidth: 2, |
|
pointHitRadius: 10 |
|
}] |
|
}, |
|
options: { |
|
scales: { |
|
y: { |
|
beginAtZero: false, |
|
title: { |
|
display: true, |
|
text: 'Price (LC)' |
|
} |
|
}, |
|
x: { |
|
title: { |
|
display: true, |
|
text: 'Date (October 2024 - May 2025)' |
|
} |
|
} |
|
}, |
|
plugins: { |
|
tooltip: { |
|
callbacks: { |
|
label: function(context) { |
|
return `Price: LC ${context.parsed.y.toFixed(2)}`; |
|
} |
|
} |
|
}, |
|
annotation: { |
|
annotations: { |
|
stimulus: { |
|
type: 'line', |
|
xMin: labels[33], |
|
xMax: labels[33], |
|
borderColor: 'rgb(75, 192, 192)', |
|
borderWidth: 2, |
|
label: { |
|
content: 'Polloland Stimulus', |
|
enabled: true, |
|
position: 'top' |
|
} |
|
}, |
|
takeover: { |
|
type: 'line', |
|
xMin: labels[145], |
|
xMax: labels[145], |
|
borderColor: 'rgb(153, 102, 255)', |
|
borderWidth: 2, |
|
label: { |
|
content: 'Autismo Takeover', |
|
enabled: true, |
|
position: 'top' |
|
} |
|
} |
|
} |
|
} |
|
} |
|
} |
|
}); |
|
} |
|
|
|
|
|
document.addEventListener('DOMContentLoaded', function() { |
|
|
|
}); |
|
</script> |
|
|
|
</body> |
|
</html> |