environment.html 492 B

12345678910111213141516
  1. <article id="environment" class="list">
  2. <ul>
  3. <li id="os" class="dark" data-icon="mobile">
  4. <strong>Desktop</strong>
  5. <small>unknown</small>
  6. </li>
  7. <li id="resolution" data-icon="picture">
  8. <strong>0p x 0p</strong>
  9. <small>Screen Resolution</small>
  10. </li>
  11. <li id="navigator" data-icon="brand html5">
  12. <strong>webkit</strong>
  13. <small>Mobile: </small>
  14. </li>
  15. </ul>
  16. </article>