2015-11-16 18:16:44 -05:00
|
|
|
<!-- #docplaster -->
|
|
|
|
<!-- #docregion -->
|
|
|
|
<!-- #docregion initial -->
|
2015-11-04 23:12:30 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2015-11-16 18:16:44 -05:00
|
|
|
<head>
|
|
|
|
<title>Hero Form</title>
|
|
|
|
<!-- #enddocregion initial -->
|
|
|
|
<!-- #docregion styles -->
|
|
|
|
<!-- #docregion bootstrap-and-script -->
|
2015-11-04 23:12:30 -05:00
|
|
|
<link rel="stylesheet" href="bootstrap.min.css">
|
2015-11-16 18:16:44 -05:00
|
|
|
<!-- #enddocregion bootstrap-and-script -->
|
2015-11-04 23:12:30 -05:00
|
|
|
<link rel="stylesheet" href="styles.css">
|
2016-02-27 16:48:24 -05:00
|
|
|
<link rel="stylesheet" href="forms.css">
|
2015-11-16 18:16:44 -05:00
|
|
|
<!-- #enddocregion styles -->
|
|
|
|
<!-- #docregion initial -->
|
|
|
|
<!-- #docregion bootstrap-and-script -->
|
|
|
|
<script defer src="main.dart" type="application/dart"></script>
|
|
|
|
<script defer src="packages/browser/dart.js"></script>
|
|
|
|
<!-- #enddocregion bootstrap-and-script -->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<hero-form>Loading...</hero-form>
|
|
|
|
</body>
|
2015-11-04 23:12:30 -05:00
|
|
|
</html>
|