527c321449
Review URL: http://codereview.chromium.org//8889031 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@2284 260f80e4-7a28-3924-810f-c04153c831b5
15 lines
431 B
HTML
15 lines
431 B
HTML
<!-- Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
|
|
for details. All rights reserved. Use of this source code is governed by a
|
|
BSD-style license that can be found in the LICENSE file. -->
|
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Dart Tip</title>
|
|
<link rel="stylesheet" type="text/css" href="tip.css"/>
|
|
</head>
|
|
<body>
|
|
<script type="application/dart" src="tip.dart"></script></body>
|
|
</html>
|