blob: 6699b31f81c97ce05e0779c58e933995d61d1b86 [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>