dogtag.en.html 867 B

12345678910111213141516171819202122232425262728293031
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. {{ template "head" . }}
  4. <body>
  5. {{ template "header" }}
  6. {{ template "nav" }}
  7. <main>
  8. <h2>In case of emergency</h2>
  9. <ul>
  10. <li>My name is Adam Pioterek.</li>
  11. <li>
  12. To contact my next of kin:
  13. <ol>
  14. <li>take my phone,</li>
  15. <li>click any button to see the clock,</li>
  16. <li>swipe up to see the numpad,</li>
  17. <li>click ‘Emergency’,</li>
  18. <li>double tap ‘Emergency information’ at the top,</li>
  19. <li>click ‘CONTACTS’ tab,</li>
  20. <li>click the contact to dial.</li>
  21. </ol>
  22. </li>
  23. <li>My blood type is B RH+.</li>
  24. <li>I explicitly agree to donate my organs.</li>
  25. <li>I do not take any medication.</li>
  26. </ul>
  27. </main>
  28. {{ template "aside" }}
  29. </body>
  30. </html>