<html lang="en">
    <head>
    <link rel="shortcut icon" href="/freecity/favicon.ico">
    <title>/Qnews2</title>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <style>
    * {
      box-sizing: border-box;
    }
    
    body {
      font-family: Arial, Helvetica, sans-serif;
      margin: 0;
    }
    
    .header1 {
      padding: 5px;
      text-align: center;
      background: #198964;
      color: #BAADBE;
    }
    
    .header1 h1 {
      font-size: 40px;
    }
    .header1 a {
      text-decoration: none;
        color: white;
    }
    
    .header1 a:hover {
      text-decoration: underline;
        color: purple;
    }
    
    .navbar {
      overflow: hidden;
      background-color: #333;
      position: sticky;
      position: -webkit-sticky;
      top: 0;
    }
    
    .navbar a {
      float: left;
      display: block;
      color: white;
      text-align: center;
      padding: 14px 20px;
      text-decoration: none;
    }
    
    .navbar a.right {
      float: right;
    }
    
    .navbar a:hover {
      background-color: #ddd;
      color: purple;
    }
    
    .navbar a.active {
      background-color: #666;
      color: white;
    }
    
    .row {  
      display: -ms-flexbox; /* IE10 */
      display: flex;
      -ms-flex-wrap: wrap; /* IE10 */
      flex-wrap: wrap;
    }
    
    .side {
      -ms-flex: 30%; 
      flex: 30%;
      background-color: #f1f1f1;
      padding: 20px;
    }
    .side a {
      text-decoration: none;
      color: #2471A3;
    }
    
    .side a:hover {
      text-decoration: underline;
      color: none;
    }
    
    .main {   
      -ms-flex: 70%; 
      flex: 70%;
     font-size: 18px;
      background-color: white;
      padding: 20px;
    }
    .main a {
      text-decoration: none;
      color: #2471A3;
    }
    
    .main a:hover {
      text-decoration: underline;
      color: none;
    }
    
    .footer {
      padding: 20px;
      text-align: center;
      background: #ddd;
    }
    .footer a {
      text-decoration: none;
      color: #2471A3;
    }
    
    .footer a:hover {
      text-decoration: underline;
      color: none;
    }
    
    @media screen and (max-width: 700px) {
      .row {   
        flex-direction: column;
      }
    }
    
    @media screen and (max-width: 400px) {
      .navbar a {
        float: none;
        width: 100%;
      }
    }
    
    </style>
    </head>
    <body>
    
    <div class="header1">
     <iframe width="100%" height="100" frameborder="0" src="/qnews2top" name="top" border="0"></iframe>
    <a href="/qns">QNS</a> page: <font color=black><b>/Qnews2</b></font> 
    </div>
    
    <div class="navbar">
    <a href="/]"> <b>/]</b> </a>
      <a href="/qnews1"> /Qnews1 </a>
      <a href="#main-page" class="right"> #Main Page</a>
    </div>
    
    <div class="row">
      <div class="side">
        <iframe width="100%" height="300" frameborder="0" src="/freecity/left" name="side" border="0"></iframe>
    <i>Contact us if you want to put your ads in the above colored boxes.</i>
    <iframe width="100%" height="1000" frameborder="0" src="/qnews2left" name="left" border="0"></iframe>
       </div>
      <div class="main">
      <img border="0" src="/i/2223.png" width="18"><a name="main-page"><font color="#198964"> #Main Page </font></a> <img border="0" src="/i/2.png" width="9"><br>
    <h1>Qnews2 in progress .... .... </h1>
    By <a href="/index/blog.html?blogname=okchai"> <b>okchai</b> </a> 2024.
      </div>
    </div>
    
    <div class="footer">
       <iframe width="100%" height="300" frameborder="0" src="/footer" name="foot" border="0"></iframe>
    </div>
    
    </body></html>