blob: 8115fbb7861da6ca99c0118c1ebe0b5baf9aecec [file] [log] [blame]
Jonah Williams91af0712019-09-12 15:25:21 -07001<!-- 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>