Ian Hickson | 449f4a6 | 2019-11-27 15:04:02 -0800 | [diff] [blame] | 1 | <!DOCTYPE HTML> |
2 | <!-- Copyright 2014 The Flutter Authors. All rights reserved. | ||||
Jonah Williams | 91af071 | 2019-09-12 15:25:21 -0700 | [diff] [blame] | 3 | Use of this source code is governed by a BSD-style license that can be |
4 | found in the LICENSE file. --> | ||||
Jonah Williams | 91af071 | 2019-09-12 15:25:21 -0700 | [diff] [blame] | 5 | <html> |
6 | <head> | ||||
7 | <title>Hello, World</title> | ||||
8 | </head> | ||||
9 | <body> | ||||
10 | <script src="main.dart.js"></script> | ||||
11 | </body> | ||||
12 | </html> |