Advertisement
Guest User

lariza Speed Dial Example

a guest
Dec 24th, 2016
396
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <meta charset="UTF-8">
  3. <title>Speed Dial</title>
  4.  
  5. <style>
  6. a {color:#eee; margin-right:2em; text-decoration:none; white-space:nowrap}
  7. p {margin-top: 1em}
  8. </style>
  9.  
  10. <body style="background:#222; color:#ccc; text-align:center">
  11.  
  12. <p>
  13. <a href="https://www.archlinux.org/" accesskey="a">arch</a>
  14. <a href="https://www.archlinux.org/packages/?sort=-last_update&arch=x86_64" accesskey="p">pkgs</a>
  15. <a href="https://security.archlinux.org/" accesskey="s">sec</a>
  16. <a href="https://lists.archlinux.org/pipermail/arch-dev-public/" accesskey="d">dev</a>
  17. <a href="https://bbs.archlinux.org/" accesskey="b">bbs</a>
  18. <a href="https://wiki.archlinux.org/" accesskey="w">wiki</a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement