<html lang="en">
<head>
<link rel="shortcut icon" href="/freecity/favicon.ico">
<title>Blokchain's Qoru</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
A {text-decoration: none;
color: #AAAAAA; }
/* Style the body */
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
/* Header/logo Title */
.header1 {
padding: 14px;
text-align: center;
background: #198964;
color: white;
}
.header1 a:hover {
color: white;
}
/* Sticky navbar - toggles between relative and fixed, depending on the scroll position. It is positioned relative until a given offset position is met in the viewport - then it "sticks" in place (like position:fixed). The sticky value is not supported in IE or Edge 15 and earlier versions. However, for these versions the navbar will inherit default position */
.navbar {
overflow: hidden;
background-color: #333;
position: sticky;
position: -webkit-sticky;
top: 0;
}
/* Style the navigation bar links */
.navbar a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}
/* Right-aligned link */
.navbar a.right {
float: right;
}
/* Change color on hover */
.navbar a:hover {
background-color: #ddd;
color: black;
}
/* Active/current link */
.navbar a.active {
background-color: #666;
color: white;
}
/* Column container */
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
-ms-flex: 30%; /* IE10 */
flex: 30%;
background-color: #f1f1f1;
padding: 20px;
}
/* Main column */
.main {
-ms-flex: 70%; /* IE10 */
flex: 70%;
background-color: white;
padding: 20px;
}
.main a:hover {
color: black;
}
/* Footer */
.footer {
padding: 5px;
text-align: center;
background: #ddd;
color: #808080;
}
.footer a:hover {
color: white;
}
/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
.row {
flex-direction: column;
}
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
.navbar a {
float: none;
width: 100%;
}
}
</style>
</head>
<body>
<div class="header1">
<font size="5">
<a href="/qoru/1.htm">±bl</a><font color=black><b>okchai</b></font><a href="/qoru/100.htm">n±</a>
<a href="/qoru/11.htm">∞</a><font color=black>12</font><a href="/qoru/13.htm">∞</a></font><br><br>
<font size="2">wallet addresses ( Own / <strike>Escrow by okcha</strike>i)<br><br>
<a href="https://ardor.tools/account/ARDOR-T6WS-KJME-A2SK-GW8XR">okchai Ardor</a><br><font size="1"> ARDOR-T6WS-KJME-A2SK-GW8XR </font><br><br>
<a href="/index/blockexplorer.html?addr=QMZwrMVDW8L5CTb896ubMeRWUBjiG4cQAi">okchai Qora</a>
<br><font size="1"> QMZwrMVDW8L5CTb896ubMeRWUBjiG4cQAi </font><br></font>
</div>
<div class="navbar">
<a href="https://www.facebook.com/ong.kianchai">fb</a>
<a href="https://twitter.com/ongkianchai">twitter</a>
<a href="https://www.instagram.com/ongkianchai/">ig</a>
<a href="/index/blog.html?blogname=okchai">Qblog</a>
<a href="https://wangjiancai.wordpress.com/">wp</a>
<a href="https://soundcloud.com/ongkianchai">SoundCloud</a>
<a href="https://aitway.com.sg">Company</a>
<a href="/qoru" class="right">Qoru</a>
</div>
<div class="row">
<div class="side">
<p>
<font size="2" color="#198964">iframe from ñfreehongkong </font>
<iframe width="100%" height="500" frameborder="0" src="/freehongkong" name="ad" border="0"></iframe>
<font size="2" color="#198964">
<br>iframe end ( ñ = Qora Naming Service)</font>
</p>
</div>
<div class="main">
<p>
<font size="2" color="#198964">iframe from ñblokchain </font>
<iframe width="100%" height="900" frameborder="0" src="/blokchain" name="ad1" border="0"></iframe>
<font size="2" color="#198964">
<br>iframe end ( ñ = Qora Naming Service)</font>
</p>
</div>
</div>
<div class="footer">
A <a href="/twindao">TwinDAO</a> by
<a href="/index/blog.html?blogname=okchai">okchai</a> project.
</div>
</body></html>
<html lang="en">
<head>
<link rel="shortcut icon" href="/freecity/favicon.ico">
<title>Qoru</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
A {text-decoration: none;
color: #AAAAAA; }
/* Style the body */
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
/* Header/logo Title */
.header1 {
padding: 14px;
text-align: center;
background: #198964;
color: white;
}
.header1 a:hover {
color: white;
}
/* Sticky navbar - toggles between relative and fixed, depending on the scroll position. It is positioned relative until a given offset position is met in the viewport - then it "sticks" in place (like position:fixed). The sticky value is not supported in IE or Edge 15 and earlier versions. However, for these versions the navbar will inherit default position */
.navbar {
overflow: hidden;
background-color: #333;
position: sticky;
position: -webkit-sticky;
top: 0;
}
/* Style the navigation bar links */
.navbar a {
float: left;
display: block;
color: white;
text-align: center;
padding: 14px 20px;
text-decoration: none;
}
/* Right-aligned link */
.navbar a.right {
float: right;
}
/* Change color on hover */
.navbar a:hover {
background-color: #ddd;
color: black;
}
/* Active/current link */
.navbar a.active {
background-color: #666;
color: white;
}
/* Column container */
.row {
display: -ms-flexbox; /* IE10 */
display: flex;
-ms-flex-wrap: wrap; /* IE10 */
flex-wrap: wrap;
}
/* Create two unequal columns that sits next to each other */
/* Sidebar/left column */
.side {
-ms-flex: 30%; /* IE10 */
flex: 30%;
background-color: #f1f1f1;
padding: 20px;
}
/* Main column */
.main {
-ms-flex: 70%; /* IE10 */
flex: 70%;
background-color: white;
padding: 20px;
}
.main a:hover {
color: black;
}
/* Footer */
.footer {
padding: 5px;
text-align: center;
background: #ddd;
color: #808080;
}
.footer a:hover {
color: white;
}
/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
.row {
flex-direction: column;
}
}
/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
.navbar a {
float: none;
width: 100%;
}
}
</style>
</head>
<body>
<div class="header1">
<font size="5">
<a href="/qoru/12.htm">±</a><font color=black>
<b>Qoru</b></font><a href="/qoru/100.htm"> ±</a>
<a href="/qoru/n1.htm">∞ </a><font color=black>0</font><a href="/qoru/1.htm"> ∞</a></font>
</div>
<div class="navbar">
<a href="https://aitway.com.sg/index.php?route=product/product&path=24_60&product_id=72">Buy Qoru Page</a>
<a href="/index/blog.html?blogname=freecity">Register a Qoru #</a>
<a href="/qoru/12.htm">a Qoru page sample</a>
<a href="/qoru" class="right">Qoru</a>
</div>
<div class="row">
<div class="side">
<p>
<font size="2" color="#198964">iframe from ñfreehongkong </font>
<iframe width="100%" height="500" frameborder="0" src="/freehongkong" name="ad" border="0"></iframe>
<font size="2" color="#198964">
<br>iframe end ( ñ = Qora Naming Service)</font>
</p>
</div>
<div class="main">
<p>
<b>Qoru</b><br><br>
Qoru is a profile page host at subdomain of Qora blockchain, `qoru`, be a Qora guru.<br><br>
Qoru page can be view via Qora gateway service, or localhost.<br><br>
Qora Gateway service :<br><br>
<a href="http://qora.co.uk/qoru/12.htm">http://qora.co.uk/qoru/12.htm</a><br><br>
<a href="http://yawti.com/qoru/12.htm">http://yawti.com/qoru/12.htm</a><br><br>
<a href="http://yawtia.com:9090/qoru/12.htm">http://yawtia.com:9090/qoru/12.htm</a><br><br>
<a href="http://75.119.151.97/qoru/12.htm">http://75.119.151.97/qoru/12.htm</a><br><br>
<a href="http://ipsg.ddns.net:9090/qoru/12.htm">http://ipsg.ddns.net:9090/qoru/12.htm</a><br><br><br>
or,
if you have Qora wallet software running on your PC :<br><br>
Default Qora localhost TCP Port 9090 <br><br>
<a href="http://localhost:9090/qoru/12.htm">http://localhost:9090/qoru/12.htm</a><br><br>
or<br><br>
<a href="http://127.0.0.1:9090/qoru/12.htm">http://127.0.0.1:9090/qoru/12.htm</a><br><br><br>
Qora localhost with TCP Port 80 <br><br>
<a href="http://localhost/qoru/12.htm">http://localhost/qoru/12.htm</a><br><br>
or<br><br>
<a href="http://127.0.0.1/qoru/12.htm">http://127.0.0.1/qoru/12.htm</a><br><br>
<br>
Why localhost? It is 100% censorship free.
</p>
</div>
</div>
<div class="footer">
A <a href="/twindao">TwinDAO</a> by
<a href="/index/blog.html?blogname=okchai">okchai</a> project.
</div>
</body></html>