index.html 806 B

123456789101112131415161718192021222324252627282930
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
  6. Remove this if you use the .htaccess -->
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  8. <meta name="viewport" content="initial-scale=1.0, target-densitydpi=device-dpi" /><!-- this is for mobile (Android) Chrome -->
  9. <meta name="viewport" content="initial-scale=1.0, width=device-height"><!-- mobile Safari, FireFox, Opera Mobile -->
  10. <style type="text/css">
  11. div {
  12. margin-top:1em;
  13. margin-bottom:1em;
  14. }
  15. input {
  16. padding: .5em;
  17. margin: .5em;
  18. }
  19. select {
  20. padding: .5em;
  21. margin: .5em;
  22. }
  23. </style>
  24. </head>
  25. <body>
  26. <div><a href="unmini.html">unmini.html</a></div>
  27. <div><a href="noconflict.html">noconflict.html</a></div>
  28. </body>
  29. </html>