example/index.html
<!doctype html>
<html>
<head>
<title>RIOT loader for SystemJS and RequireJS example</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/example/css/styles.css">
</head>
<body>
<div class="menu">
<a href="/example/requirejs_example.html">RequireJS Example</a>
<a href="/example/requirejs_bundled.html">RequireJS all-in-one-file</a>
<a href="/example/systemjs_example.html">SystemJS Example</a>
<a href="/example/systemjs_precompiled.html">SystemJS + precompiled tags</a>
</div>
</body>
</html>