<html lang="en">
<head>
<link rel="shortcut icon" href="/freecity/favicon.ico">
<title>Blokchain's Qorian</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: #508964;
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="/qorian/1.htm"># </a><font color=violet>bl</font><font color=indigo><b>okchai</b></font><font color=blue>n</font><a href="/qorian/100.htm"> #</a>
<a href="/qorian/11.htm">∞</a><font color=black>12</font><a href="/qorian/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="/qorian" class="right">Qorian</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>Qorian</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: #508964;
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="/qorian/12.htm">#</a>
<b><font color=violet>Q</font><font color=indigo>o</font><font color=blue>r</font><font color=yellow>i</font><font color=orange>a</font><font color=red>n</font></b><a href="/qorian/100.htm"> #</a>
<a href="/qorian/n1.htm">∞ </a><font color=black>0</font><a href="/qorian/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 Qorian Page</a>
<a href="/index/blog.html?blogname=freecity">Register a Qorian #</a>
<a href="/qorian/12.htm">sample of profile page</a>
<a href="/qorian" class="right">Qorian</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>qorian</b><br><br>
Qorian is a profile page host at subdomain of Qora blockchain, `qorian`.<br><br>
Qorian page can be view via Qora gateway services, or localhost.<br><br>
Qora Gateway services :<br><br>
<a href="http://qora.co.uk/qorian/12.htm">http://qora.co.uk/qorian/12.htm</a><br><br>
<a href="http://yawti.com/qorian/12.htm">http://yawti.com/qorian/12.htm</a><br><br>
<a href="http://yawtia.com:9090/qorian/12.htm">http://yawtia.com:9090/qorian/12.htm</a><br><br>
<a href="http://75.119.151.97/qorian/12.htm">http://75.119.151.97/qorian/12.htm</a><br><br>
<a href="http://ipsg.ddns.net:9090/qorian/12.htm">http://ipsg.ddns.net:9090/qorian/12.htm</a><br><br><br>
or,
if you have Qora wallet software running on your PC :<br><br>
Qora localhost with default TCP Port 9090 :<br><br>
<a href="http://localhost:9090/qorian/12.htm">http://localhost:9090/qorian/12.htm</a><br><br>
or<br><br>
<a href="http://127.0.0.1:9090/qorian/12.htm">http://127.0.0.1:9090/qorian/12.htm</a><br><br><br>
Qora localhost with TCP Port 80 :<br><br>
<a href="http://localhost/qorian/12.htm">http://localhost/qorian/12.htm</a><br><br>
or<br><br>
<a href="http://127.0.0.1/qorian/12.htm">http://127.0.0.1/qorian/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>
<html lang="en">
<head>
<link rel="shortcut icon" href="/freecity/favicon.ico">
<title>Blokchain's Qorian</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: #508964;
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="/qorian/1.htm">∞ </a><font color=violet>py</font><font color=indigo><b>n</b></font><font color=blue>HK</font><a href="/qorian/100.htm"> ∞</a>
<a href="/qorian/10.htm">#</a><font color=black>11</font><a href="/qorian/12.htm">#</a></font><br><br>
<font size="2">wallet addresses ( <strike>Own</strike>/Escrow by okchai)<br><br>
<a href="https://ardor.tools/account/ARDOR-T6WS-KJME-A2SK-GW8XR">okchai Ardor</a><br><font size="1"> . </font><br><br>
<a href="/index/blockexplorer.html?addr=QdByDkbEHUGCH7nN7bewgu3SiA6gspynHK">okchai Qora</a>
<br><font size="1"> QdByDkbEHUGCH7nN7bewgu3SiA6gspynHK </font><br></font>
</div>
<div class="navbar">
<a href="https://aitway.com.sg/index.php?route=product/product&path=24_60&product_id=72">I sell specified Qorian #</a>
<a href="/qorian" class="right">Qorian</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>
Qorian # 11.
</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>