docs(aio): move example specific styles into router example app.css file

This commit is contained in:
Peter Bacon Darwin
2017-06-08 08:29:24 +01:00
committed by Pete Bacon Darwin
parent 12c5ead39c
commit 8a9a5ecdd7
2 changed files with 48 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="app.css">
<!-- Polyfills -->
<script src="node_modules/core-js/client/shim.min.js"></script>