tag-search
Version:
search and list html tags like named anchor links
86 lines (66 loc) • 2.29 kB
HTML
<html>
<body>
<h1>System.js File</h1>
<a name="home"></a>
<h2>Home</h2>
<p> <a href="/">home</a> </p>
<h2>Run <code>jspm install</code> to use this example</h2>
<h4>To use on your page</h4>
<pre>
<code>
<div id="anchor-search"> </div>
<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<script>
System.import('entry').catch(function(e){setTimeout(function(){throw e;});});
</script>
</code>
</pre>
<p>This is a System.js normal build with babel. It includes React, react-dom, jquery, lodash and all dependencies through import.</p>
<p>For old school javascript pages use the <a href="index.html">inclusive System.js build</a> or the example with <a href="globals.html">Global libs.</a> </p>
<h4>Browserify Build</h4>
<p>For browserify builds checkout the <a href="../browserify/index.html">example browserified build</a> or the example with <a href="../browserify/globals.html">global libs.</a> </p>
<div id="anchor-search"> </div>
<a name="systemjs-normal"></a>
<h3>System.js</h3>
<p> <a href="/systemjs/index.html">dev System.js build</a> </p>
<a name="systemjs-inclusive"></a>
<h3>System.js inclusive file</h3>
<p><a href="/systemjs/inclusive.html">inclusive System.js build</a></p>
<a name="systemjs-global"></a>
<h3>System.js using global dependencies</h3>
<p><a href="/systemjs/globals.html">global libs.</a></p>
<a name="browserify-inclusive"></a>
<h3>Broserified inclusive file</h3>
<p><a href="/browserify/">inclusive browserify build</a></p>
<a name="systemjs-global"></a>
<h3>Browserified using global dependencies</h3>
<p><a href="/browserify/globals.html">global libs.</a></p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p>scroll down to test jump</p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p><br/> </p>
<p>End</p>
<script src="jspm_packages/system.js"></script>
<script src="config.js"></script>
<script >
System.import('entry').catch(function(e){setTimeout(function(){throw e;});});
</script>
</body>
</html>