<!DOCTYPEhtml><html><head><metacharset="utf-8"><title>Flexbox example page</title><linkrel="stylesheet"type="text/css"href="style.css"/></head><body><divclass="container"><header><h1>flex布局</h1></header><!-- 导航菜单 --><nav><ulclass="site-nav"><li><ahref="/">Home</a></li><li><ahref="/features">Features</a></li><li><ahref="/pricing">Pricing</a></li><li><ahref="/support">Support</a></li><liclass="nav-right"><ahref="/about">About</a></li></ul></nav><!-- 主体内容 --><mainclass="flex"><divclass="column-main tile"><h1>Team collaboration done right</h1><p>
Thousands of teams from all over the world turn
to <b>Ink</b>to communicate and get things done.
</p></div><!-- 侧边栏部分 --><divclass="column-sidebar"><divclass="tile"><formaction=""class="login-form"><h3>Login</h3><p><labelfor="username">Username</label><inputtype="text"name="username"id="username"value=""/></p><p><labelfor="password">Password</label><inputtype="password"name="password"id="password"value=""/></p><buttontype="submit">Login</button></form></div><divclass="tile centered"><small>Starting at</small><divclass="cost"><spanclass="cost-currency">$</span><spanclass="cost-dollars">20</span><spanclass="cost-cents">.00</span></div><ahref="/pricing"class="cta-button">Sing up</a></div></div></main></div></body></html>