| 12345678910111213141516171819202122232425 |
- <section id="environment" data-transition="slide">
- <header data-title="Environment">
- <nav class="box">
- <a href="#back" data-router="section" data-label="back"></a>
- </nav>
- </header>
- <article class="list">
- <ul>
- <li id="os" class="dark" data-icon="mobile">
- <strong>Desktop</strong>
- <small>unknown</small>
- </li>
- <li id="resolution" data-icon="picture">
- <strong>0p x 0p</strong>
- <small>Screen Resolution</small>
- </li>
- <li id="navigator" data-icon="brand html5">
- <strong>webkit</strong>
- <small>Mobile: </small>
- </li>
- </ul>
- </article>
- </section>
|