123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8">
- <!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
- Remove this if you use the .htaccess -->
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <meta name="viewport" content="initial-scale=1.0, target-densitydpi=device-dpi" /><!-- this is for mobile (Android) Chrome -->
- <meta name="viewport" content="initial-scale=1.0, width=device-height"><!-- mobile Safari, FireFox, Opera Mobile -->
- <style type="text/css">
- div {
- margin-top:1em;
- margin-bottom:1em;
- }
- input {
- padding: .5em;
- margin: .5em;
- }
- select {
- padding: .5em;
- margin: .5em;
- }
- </style>
- </head>
- <body>
- <div><a href="unmini.html">unmini.html</a></div>
- <div><a href="noconflict.html">noconflict.html</a></div>
- </body>
- </html>
|