| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <!-- | |
| The full set of web components needs for the coverage-server UI. | |
| This file will be vulcanized into res/imp/elements.html which is | |
| imported via the templates/header.html file. | |
| --> | |
| <link rel="import" href="/res/imp/bower_components/polymer/polymer.html"> | |
| <!-- List all the top level elements here--> | |
| <link rel="import" href="/res/imp/coverage-index.html" /> | |
| <link rel="import" href="/res/imp/coverage-page.html" /> | |
| </head> |