зеркало из https://github.com/microsoft/SandDance.git
23 строки
528 B
HTML
23 строки
528 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<title>sanddance test</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="../docs/tests/v4/es6/css/sanddance-test-es6.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>sanddance test</h1>
|
|
</header>
|
|
|
|
<div id="vis"></div>
|
|
|
|
<script src="../packages/sanddance-test-es6/src/sanddance-test-es6.ts" type="module"></script>
|
|
|
|
</body>
|
|
|
|
</html> |