1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8"/>
- <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=yes"/>
- <meta name="apple-mobile-web-app-capable" content="yes"/>
- <meta name="apple-mobile-web-app-status-bar-style" content="black"/>
- <meta name="format-detection" content="telephone=no"/>
- <meta name="format-detection" content="email=no"/>
- <link href="articleShared.css" rel="stylesheet"/>
- <script type="text/javascript" src="shared.js"></script>
- <script type="text/javascript" src="jquerynew.js"></script>
- <!-- This line is all you need to enable HTML5 video and audio tags in all major browsers! -->
- <script src="html5media/api/html5media.min.js"></script>
- <!-- This line enables all the other HTML5 elements in IE. It's not necessary if you just want to play video. -->
- <!--[if lt IE 9]>
- <script src="html5media/api/html5shiv.min.js"></script><![endif]-->
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', 'UA-24462944-1']);
- _gaq.push(['_trackPageview']);
- (function () {
- var ga = document.createElement('script');
- ga.type = 'text/javascript';
- ga.async = true;
- //ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0];
- s.parentNode.insertBefore(ga, s);
- })();
- </script>
- <style>
- video {
- max-width: 100%;
- height: auto;
- }
- audio {
- max-width: 100%;
- height: auto;
- }
- img {
- display: block;
- margin: 0 auto;
- max-width: 98%;
- }
- </style>
- </head>
- <body>
- <div class="forum-main">
- <div class="post-main">
- <div class="host-content"></div>
- </div>
- <div class="post-main">
- <div class="host-content">
- ###body###
- </div>
- </div>
- </div>
- </body>
- </html>
|