| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- | |
| The full set of web components needed for any isolate app. | |
| By making all apps use the same core, vulcanized file, we can better | |
| use caching, as the one large file can be reused across sites. | |
| --> | |
| <link rel="import" href="/res/imp/bower_components/polymer/polymer.html"> | |
| <!-- List all the top-level elements here--> | |
| <link rel="import" href="/res/imp/index/isolate-index.html" /> | |
| </head> |