Files
sdk/utils/tip/tip.html
T
2011-12-08 22:06:59 +00:00

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>