blob: 07f27f288e4a267a8c61a68ff58e0ec4d132c03a [file] [log] [blame]
<head>
<link rel="import" href="observatory_element.html">
<link rel="import" href="service_ref.html">
</head>
<polymer-element name="script-ref" extends="service-ref">
<template>
<link rel="stylesheet" href="css/shared.css">
<a title="{{ hoverText }}" href="{{ url }}">{{ name }}</a>
</template>
<script type="application/dart" src="script_ref.dart"></script>
</polymer-element>