mirror of
https://github.com/jlengrand/polymer-hot-reloading-example.git
synced 2026-03-10 08:41:24 +00:00
16 lines
423 B
HTML
16 lines
423 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Soundcloud Playlist, featuring Polymer</title>
|
|
</head>
|
|
<script src="webcomponentsjs/webcomponents-lite.js"></script>
|
|
|
|
<link rel="stylesheet" href="index.css">
|
|
|
|
<link rel="import" href="components/example-component/example-component.html">
|
|
|
|
<body>
|
|
<example-component></example-component>
|
|
</body>
|
|
</html> |