15 lines
339 B
HTML
15 lines
339 B
HTML
<!doctype html>
|
|
<html>
|
|
<title>Routing Example</title>
|
|
<link rel="stylesheet" type="text/css" href="./css/gumby.css">
|
|
<link rel="stylesheet" type="text/css" href="./css/app.css">
|
|
<base href="/all/playground/src/routing/">
|
|
<body>
|
|
<inbox-app>
|
|
Loading...
|
|
</inbox-app>
|
|
|
|
<script src="../bootstrap.js"></script>
|
|
</body>
|
|
</html>
|