1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- <aside id="errbox">
-
- <h1>SUGAR-TRAIL WARNINGS</h1>
-
- <blockquote id="warnings">
- <p>warning: undecided condition: proto==imap; did you forget to specify proto?</p>
- <p>warning: undecided condition: proto==pop3; did you forget to specify proto?</p>
- <p>warning: undecided condition: os==wxx; did you forget to specify os?</p>
- <p>warning: undecided condition: os=~w7*; did you forget to specify os?</p>
- <p>warning: undecided condition: proto==pop3; did you forget to specify proto?</p>
- </blockquote>
-
- </aside>
-
- <form>
-
- <header>
- <p>This is the release client protocol. Here the body starts...</p>
- </header>
-
- <article>
- <time datetime="2010-01-12">yeah</time>
- <header>
- <h1><a href="#" rel="bookmark"
- title="link to this test">Main</a>
- </h1>
- </header>
-
- <ol>
- <li>Check A
- <ul>
- <li>result is a</li>
- </ul>
- </li>
- <li>Check IMAPIsm</li>
- <li>Check POP3ism
- <ul>
- <li>result is OK</li>
- </ul></li>
- <li>Some XP thing</li>
- <li>Some Win7 thing</li>
- <li>Some amd64 thing</li>
- </ol>
-
- <p>Some final comments.</p>
-
- </article>
-
- </form>
-
- <footer>
- <p>(c) Me</p><p>§ 2013 <a href="#">Alois Mahdal</a></p>
- </footer>
|