tag-search
Version:
search and list html tags like named anchor links
34 lines (22 loc) • 794 B
HTML
<html>
<body>
<h1>Examples</h1>
<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 System.js build</a></p>
<a name="systemjs-global"></a>
<h3>Browserified using global dependencies</h3>
<p><a href="/browserify/globals.html">global libs.</a></p>
<script src="/systemjs/inclusive.js"></script>
</body>
</html>