1<!-- Copyright 2019 The Chromium Authors. All rights reserved. 2Use of this source code is governed by a BSD-style license that can be 3found in the LICENSE file. --> 4<!DOCTYPE html> 5<html> 6 <head> 7 <title>Hello, World</title> 8 </head> 9 <body> 10 <script src="main.dart.js"></script> 11 </body> 12</html> 13