15 lines
403 B
HTML
15 lines
403 B
HTML
<!doctype html>
|
|
<html>
|
|
<title>Routing Example</title>
|
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/gumby/2.6.0/css/gumby.css" />
|
|
<link rel="stylesheet" type="text/css" href="./css/app.css" />
|
|
<base href="/all/playground/src/routing_deprecated/">
|
|
<body>
|
|
<inbox-app>
|
|
Loading...
|
|
</inbox-app>
|
|
|
|
<script src="../bootstrap.js"></script>
|
|
</body>
|
|
</html>
|