environment.html 769 B

12345678910111213141516171819202122232425
  1. <section id="environment" data-transition="slide">
  2. <header data-title="Environment">
  3. <nav class="box">
  4. <a href="#back" data-router="section" data-label="back"></a>
  5. </nav>
  6. </header>
  7. <article class="list">
  8. <ul>
  9. <li id="os" class="dark" data-icon="mobile">
  10. <strong>Desktop</strong>
  11. <small>unknown</small>
  12. </li>
  13. <li id="resolution" data-icon="picture">
  14. <strong>0p x 0p</strong>
  15. <small>Screen Resolution</small>
  16. </li>
  17. <li id="navigator" data-icon="brand html5">
  18. <strong>webkit</strong>
  19. <small>Mobile: </small>
  20. </li>
  21. </ul>
  22. </article>
  23. </section>