<!DOCTYPE html>
<html>
<head>
<link rel="shortcut icon" href="/qorahongkong/favicon.ico">
<title>區塊立場 /blockstand</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
box-sizing: border-box;
}
/* Style the body */
body {
font-family: Arial, Helvetica, sans-serif;
margin: 0;
}
/* Header/logo Title */
.header {
padding: 20px;
text-align: center;
background: #0057b7;
color: white;
}
/* Increase the font size of the heading */
.header h1 {
font-size: 40px;
}
.header a {
text-decoration: none;
color: #ffd700;
}
.header 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: #ffd700;
padding: 20px;
}
.side a {
text-decoration: none;
color: #AA6666;
}
.side a:hover {
color: black;
}
/* Main column */
.main {
-ms-flex: 70%; /* IE10 */
flex: 70%;
background-color: white;
padding: 20px;
}
.main a {
text-decoration: none;
color: #AA6666;
}
.main a:hover {
color: black;
}
/* Footer */
.footer {
padding: 10px;
text-align: center;
background: #ddd;
}
.footer a {
text-decoration: none;
color: #AA6666;
}
.footer a:hover {
color: black;
}
/* 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="header">
<h1>
<a href="/i/biz">B</a>
<a href="/freecity">l</a>
<a href="/metaverse">o</a>
<a href="/ceqa">c</a>
<a href="/qora.htm">k</a>
<a href="/freecity/blokchain2.htm">s</a>
<a href="/twindao">t</a>
<a href="/artists">a</a>
<a href="/timah">n</a>
<a href="/timmedia">d</a><br>
<a href="/aitway">區</a>
<a href="/qorian">塊</a>
<a href="/quniversity">立</a>
<a href="/aitway_v2">場</a>
</h1>
</div>
<div class="navbar">
<a href="/freecity">上頁</a>
<a href="/blockstand" class="active">本頁</a>
<a href="/blockstand/1.htm" class="right">下頁</a>
</div>
<div class="row">
<div class="side">
<p align="center"> <img alt="" src="/okchai/okchaijpg.jpg" style="height:100px; width:100px" /><br>
</div>
<div class="main">
<p style="text-align:center"><span style="font-size:26px"><strong>區塊鏈的詮釋</strong></span>
<br><i> 2022 年 12 月 13 日</i>
</p>
<p>
故事即將開始 。。。 在架設框架。
</p>
</div>
</div>
<div class="footer">
<h4>Blockstand 區塊立場 @ 2022</h4>
<p>
<font size="5">
<a href="/i/cn">中</a>
<a href="/i/a">A</a>
<a href="/i/b">B</a>
<a href="/i/c">C</a>
<a href="/i/d">D</a>
<a href="/i/e">E</a>
<a href="/i/f">F</a>
<a href="/i/g">G</a>
<a href="/i/h">H</a>
<a href="/i/i">I</a>
<a href="/i/j">J</a>
<a href="/i/k">K</a>
<a href="/i/l">L</a>
<a href="/i/m">M</a>
<a href="/i/n">N</a>
<a href="/i/o">O</a>
<a href="/i/p">P</a>
<a href="/i/q">Q</a>
<a href="/i/r">R</a>
<a href="/i/s">S</a>
<a href="/i/t">T</a>
<a href="/i/u">U</a>
<a href="/i/v">V</a>
<a href="/i/w">W</a>
<a href="/i/x">X</a>
<a href="/i/y">Y</a>
<a href="/i/z">Z</a>
<a href="/i/1">1</a>
<a href="/i/2">2</a>
<a href="/i/3">3</a>
<a href="/i/4">4</a>
<a href="/i/5">5</a>
<a href="/i/6">6</a>
<a href="/i/7">7</a>
<a href="/i/8">8</a>
<a href="/i/9">9</a>
<a href="/i/0">0</a>
<a href="/index/showpost.html?msg=4z64ShrryU9m97cXzayE5uZxhqFP1hqTCnrbGAv8MCuSpCuACaQX6iTLcZ89eVZ7Ezi2qLqKZF9ueVWxN2kTXb2N">@</a>
<a href="/twindao">®</a>
</p>
</div>
</body>
</html>