26 lines
		
	
	
		
			790 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			790 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
| <!-- #docplaster -->
 | |
| <!-- #docregion -->
 | |
| <!-- #docregion initial -->
 | |
| <!DOCTYPE html>
 | |
| <html>
 | |
|   <head>
 | |
|     <title>Hero Form</title>
 | |
| 	  <!-- #enddocregion initial -->
 | |
| 	  <!-- #docregion styles -->
 | |
| 	  <!-- #docregion bootstrap-and-script -->
 | |
|     <link rel="stylesheet" href="bootstrap.min.css">
 | |
| 	  <!-- #enddocregion bootstrap-and-script -->
 | |
|     <link rel="stylesheet" href="styles.css">
 | |
|     <link rel="stylesheet" href="forms.css">    
 | |
| 	  <!-- #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>
 | |
| </html>
 |