83eeab1e63
Change-Id: I9cc022443ba70b0a450a86943f7636dc6f8c975c Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/128373 Commit-Queue: Ryan Macnak <rmacnak@google.com> Reviewed-by: Ben Konyi <bkonyi@google.com>
16 lines
489 B
HTML
16 lines
489 B
HTML
<!--
|
|
Copyright (c) 2019, 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.
|
|
-->
|
|
<html>
|
|
<head>
|
|
<title>Graph Explorer</title>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="graphexplorer.css">
|
|
</head>
|
|
<body>
|
|
<script src="graphexplorer.js"></script>
|
|
</body>
|
|
</html>
|