Files
sdk/runtime/tools/wiki/templates/page.html
T
Vyacheslav Egorov 857b911f3b [vm/docs] Publish "Introduction to Dart VM" source and build tools.
Change-Id: I30068d6492bd6ec4ce42cc50d4a481960a0197fe
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/133985
Reviewed-by: Alexander Aprelev <aam@google.com>
2020-02-04 09:04:32 +00:00

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>