857b911f3b
Change-Id: I30068d6492bd6ec4ce42cc50d4a481960a0197fe Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/133985 Reviewed-by: Alexander Aprelev <aam@google.com>
16 lines
407 B
HTML
16 lines
407 B
HTML
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
|
|
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Dart VM</title>
|
|
<link rel="stylesheet" href="/css/style.css" type="text/css">
|
|
{% include 'includes/favicon.html' %}
|
|
{% include 'includes/auto-refresh.html' %}
|
|
</head>
|
|
|
|
<body>
|
|
<div class="content">
|
|
{{body}}
|
|
</div>
|
|
</body>
|
|
</html> |