blob: 64b184e55612714e130f872e0f0a9d865fd1d3e7 [file] [log] [blame]
Mark Erickson932c4702015-08-29 10:46:51 -05001<!--
2 * Licensed to the Apache Software Foundation (ASF) under one
3 * or more contributor license agreements. See the NOTICE file
4 * distributed with this work for additional information
5 * regarding copyright ownership. The ASF licenses this file
6 * to you under the Apache License, Version 2.0 (the
7 * "License"); you may not use this file except in compliance
8 * with the License. You may obtain a copy of the License at
9 *
10 * http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing,
13 * software distributed under the License is distributed on an
14 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 * KIND, either express or implied. See the License for the
16 * specific language governing permissions and limitations
17 * under the License.
18-->
19<!DOCTYPE html>
20<html>
21<head>
22 <meta charset="utf-8">
23 <meta http-equiv="X-UA-Compatible" content="IE=edge">
24 <meta name="viewport" content="width=device-width, initial-scale=1.0">
25 <title>Thrift Tutorial</title>
26 <link rel="stylesheet" href="styles.css">
27 <script async src="client.dart" type="application/dart"></script>
28 <script async src="packages/browser/dart.js"></script>
29</head>
30
31<body>
32
33 <div id="output"></div>
34
35</body>
36</html>