2015-07-09 10:25:58 -07:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<title>Routing Example</title>
|
2017-02-22 22:00:01 -08:00
|
|
|
<link rel="stylesheet" type="text/css" href="./css/gumby.css">
|
|
|
|
<link rel="stylesheet" type="text/css" href="./css/app.css">
|
2016-05-01 22:54:19 -07:00
|
|
|
<base href="/all/playground/src/routing/">
|
2015-07-09 10:25:58 -07:00
|
|
|
<body>
|
|
|
|
<inbox-app>
|
|
|
|
Loading...
|
|
|
|
</inbox-app>
|
|
|
|
|
2016-05-01 22:54:19 -07:00
|
|
|
<script src="../bootstrap.js"></script>
|
2015-07-09 10:25:58 -07:00
|
|
|
</body>
|
|
|
|
</html>
|