多单位版国产化地质资料管理系统
zs
2026-02-04 fe02f176b512a9d6a4e12437d929e04e99bb7567
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
        <meta name="keywords" content="html5, html 5, video, audio, html5video, html 5 video, html 5 audio, flash, h.264, h264, mp4, mp3, wav, aac, web, internet"/>
        <meta name="description" content="The html5media project enables HTML5 video and audio tags in all major browsers. All it takes is a single line of code."/>
        <title>HTML5 video and audio tags in all major browsers</title>
 
        <!-- inject:css -->
            <link rel="stylesheet" href="//media.html5media.info/styles.min.css"/>
        <!-- endinject -->
        
        <!-- 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="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/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>
        
    </head>
    <body>
        <header id="header">
            <hgroup>
                <h1><a href="http://html5media.info/">HTML5 video was meant to be this easy</a></h1>
                <h2>html5media enables &lt;video&gt; and &lt;audio&gt; tags in all major browsers</h2>
            </hgroup>
        </header>
        <div id="content">
            <article>
                <header>
                    <h1>Page not found</h1>
                </header>
                
                <p>Sorry, but the page you were looking for could not be found.</p>
 
                <p>You were probably looking for the <a href="http://html5media.info/"><strong>html5media project site</strong></a>.</p>
            </article>
        </div>
        <footer>
            <div id="footer-content">
                <p>Developed by <a href="http://www.etianen.com/" title="Developed by Dave Hall">Dave Hall</a>.</p>
                <p>Video content © Blender Foundation <a title="Video content by the Blender Foundation" href="http://www.sintel.org/">www.sintel.org</a><br>
                and licensed under the <a href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0</a> license.</p>
                <p>Audio content © Jan Morgenstern<br>
                and licensed under the <a title="Audio content by Jan Morgenstern" href="http://creativecommons.org/licenses/by-nc-nd/3.0/">CC-BY-NC-ND 3.0</a> license.</p>
            </div>
        </footer>
    </body>
</html>