18 lines
397 B
HTML
18 lines
397 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Pipes Example</title>
|
|
<link rel="stylesheet" href="styles.css">
|
|
<script defer src="main.dart" type="application/dart"></script>
|
|
<script defer src="packages/browser/dart.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<h4>Hero Birthday v.1</h4>
|
|
<hero-birthday>hero-birthday loading...</hero-birthday>
|
|
|
|
<my-app>my-app loading ...</my-app>
|
|
</body>
|
|
|
|
</html>
|